URLs can either be relative to our server, in which case they can be shorter, or absolute if they point off our server.
to our <A HREF="home.html">home page</A>,
Here's a link to a book review of The Overworked American:
Here's a link to a book review of <A HREF="/0/WER/Book_Reviews/Overworked_American"> <cite>The Overworked American</cite></A>:You can get the bulk of this link by finding what you want to link to with Lynx or Unix Gopher and using the = command to see the information about the item you're pointing to.
Note the use of <cite> to surround the name of the book. This makes it appear in some appropriate form to folks using a W3 broswer like Mosaic.
If you're linking to an entire directory, the URL is almost the same, but instead of a '0' (for text file), you use a '1' on the front to indicate a directory. Here's a link to the Matrix section of WELLGopher, and here's what the HTTP looks like:
<A HREF="/1/matrix"> the Matrix</A> section
Here's a Gopher link and a link to another W3 server:
The HTTP for those:<UL> <LI> <A HREF="gopher://gopher.msen.com/">MSEN's Gopher</A> <LI> <A HREF="http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/Docs/whats-new.html"> What's new with mosaic</A> </UL>ph 19 Jan 94