aboutsummaryrefslogtreecommitdiff
path: root/CAndC++.md
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@chromium.org>2015-08-26 14:42:18 -0700
committerDerek Schuff <dschuff@chromium.org>2015-08-26 14:42:18 -0700
commitce509cdb9ec33fc439e389c82dffc1e641c1925d (patch)
tree7f7884596f2e5ea90297ad7279ab86272025a113 /CAndC++.md
parent773dca0adefcdd44e6cbced6507822c1bfdb94d8 (diff)
parenta148746c073dd1c4b00d2387f2b77743d6c27004 (diff)
downloadnanowasm-design-ce509cdb9ec33fc439e389c82dffc1e641c1925d.tar.gz
Merge pull request #313 from dschuff/dl_separate_file
Factor dynamic linking section into its own file
Diffstat (limited to 'CAndC++.md')
-rw-r--r--CAndC++.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CAndC++.md b/CAndC++.md
index 36d0869..af3a16d 100644
--- a/CAndC++.md
+++ b/CAndC++.md
@@ -63,7 +63,7 @@ libraries. Developers will need to ensure that all code linked into an
application are compiled with the same compiler and options.
In the future, when WebAssembly is extended to support
-[dynamic linking](FutureFeatures.md#dynamic-linking), stable ABIs are
+[dynamic linking](DynamicLinking.md), stable ABIs are
expected to be defined in accompaniment.
### Undefined and Implementation-defined Behavior