summaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
Diffstat (limited to 'src/site')
-rw-r--r--src/site/apt/HelloWorld.apt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/apt/HelloWorld.apt b/src/site/apt/HelloWorld.apt
index 3a11ce5..08138d3 100644
--- a/src/site/apt/HelloWorld.apt
+++ b/src/site/apt/HelloWorld.apt
@@ -15,13 +15,13 @@ There are also some unit test which are run and call the same method.
[executable] A C routine.
- [helloworldstaticexe] A C routine statically linked with the C-runtime library.
+ [executable-static] A C routine statically linked with the C-runtime library.
[]
[jni] A C routine called from Java and a Java unit test.
- [helloworldjnilibjava] A java project which depends on "jni".
+ [java-dep-jni] A java project which depends on "jni".
[helloworldstaticjni] A C routine called from Java statically linked with the C-runtime library and a Java unit test.