Arc Forumnew | comments | leaders | submitlogin
2 points by aw 5551 days ago | link | parent

The second argument to "link" specifies the URL that the link goes to. So you might try

  (link r (+ "/" r))
which will make the URL "/10a" for route 10a.

If all your pages are at the same level and using just "10a" for the URL would work OK, then you could use

  (link r)
because if you call "link" with one argument it will be used for both the text and the URL.