@@ -8,7 +8,7 @@ fact, one single codebase can be used to produce all these
88applications simultaneously.
99
1010The easiest way to get started with Ocsigen-based mobile development
11- is to use [[site : / ocsigen-start |Ocsigen-start ]]. Ocsigen-start is a
11+ is to use [[wiki(" ocsigen-start"): |Ocsigen-start ]]. Ocsigen-start is a
1212library and skeleton for building "minimum viable product" Web
1313applications with standard functionality like users, notifications,
1414etc. This skeleton is immediately usable as a mobile application. You
@@ -23,8 +23,8 @@ template's {{{README.md}}}.
2323
2424You need to follow a certain programming style for your Eliom code to
2525work flawlessly inside an Ocsigen-start mobile app. This style is
26- described in the [[ site : / eliom/manual/ clientserver-services |chapter on
27- client services]] from the Eliom manual. The idea is that you
26+ described in the <<a_manual project=" eliom" chapter=" clientserver-services" |chapter on
27+ client services>> from the Eliom manual. The idea is that you
2828implement as much of your application as possible in shared sections
2929({{{[%%shared ...] }}} or {{{let%shared ... = ... }}}), and that you
3030register handlers for your Eliom services on both the client and the
@@ -34,7 +34,7 @@ inspiration.
3434
3535== Going further
3636
37- * [[site : / ocsigen-toolkit |Ocsigen-toolkit ]] provides a set of user
37+ * [[wiki(" ocsigen-toolkit"): |Ocsigen-toolkit ]] provides a set of user
3838 interface widgets that are particularly useful for mobile applications.
3939
4040* Danny Willems provides a comprehensive set of
0 commit comments