Skip to content

Commit

Permalink
Doc: Fix server-links
Browse files Browse the repository at this point in the history
  • Loading branch information
balat committed Sep 28, 2024
1 parent b29afcb commit 3e20efb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/dev/manual/server-links.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ as in these examples:
(head (title (txt "Links")) [])
(body
[p
[a theservice [txt "coucou"] (); br ();
a hello [txt "hello"] (); br ();
a default
[a ~service:theservice [txt "coucou"] (); br ();
a ~service:hello [txt "hello"] (); br ();
a ~service:default
[txt "default page of the dir"] (); br ();
a uasuffix
a ~service:uasuffix
[txt "uasuffix"] (2007,06); br ();
a service_with_params
a ~service:service_with_params
[txt "Service with params"] (42,(22,"ciao")); br ();
a raw_serv
a ~service:raw_serv
[txt "raw_serv"] [("sun","yellow");("sea","blue and pink")]; br ();
a
(Eliom_service.extern
~service:(Eliom_service.extern
~prefix:"http://fr.wikipedia.org"
~path:["wiki";""]
~meth:(Eliom_service.Get
Expand Down

0 comments on commit 3e20efb

Please sign in to comment.