The package and the .ss files (btw, .scm files cannot be used in packages??) are in the &quot;..../lazy-doc&quot; directory,<br>and the scrbl files are in &quot;..../lazy-doc/reference&quot;.<br><br>Here is common.scrbl header:<br>

---------------<br>#lang scribble/manual<br><br>@(require (for-label scheme<br>                     &quot;../common.ss&quot;))<br><br>@defmodule[(planet orseau/lazy-doc:1:0/common)]<br>---------------<br>
<br>There is no warning when I use &quot;planet create ....&quot; and all the documentation looks fine except for the red links.<br>I also set a hard link with &quot;add-hard-link&quot; and when I test my package with <br>

(require (planet orseau/lazy-doc:1:0/common))<br>in another file in another directory all is fine.<br><br>I did not use directly setup-plt or any install command. Should I have?<br><br>Thanks,<br>Laurent<br><br><br><div class="gmail_quote">

On Mon, Oct 19, 2009 at 16:10, Chongkai Zhu <span dir="ltr">&lt;<a href="mailto:czhu@cs.utah.edu">czhu@cs.utah.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Yes, the link is wrong. Chances are that you have to tweak your &quot;.scrbl&quot; to make them correct. With you your source code, I can&#39;t given further help on what part is wrong though.<br>
<br>
Chongkai<br>
<br>
Laurent wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
Hi all,<br>
<br>
I&#39;m writing my first package, but all the functions and form names in the scribble documentation are underlined with a red line.<br>
This probably means the linking is wrong, but I can&#39;t figure out what it is.<br>
<br>
Does anyone know what kind of error this comes from?<br>
<br>
Thanks,<br>
Laurent<br></div></div>
------------------------------------------------------------------------<br>
<br>
_________________________________________________<br>
  For list-related administrative tasks:<br>
  <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
  <br>
</blockquote>
<br>
</blockquote></div><br>