Re: [cmucl-imp] URL wrong on CMU CL home page
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.common-lisp-net.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "binghe" == Chun Tian <(binghe)" <[email protected]>> writes: binghe> Hi, Raymond binghe> I see following links are used in CMU CL home page HTML: binghe> <tr align="center"><td><a href="../FAQ.html">FAQ</a></td></tr> binghe> <tr align="center"><td><a href="../benchmarks/index.html">Benchmarks</a></td></tr> binghe> <tr align="center"><td><a href="../credits.html">Credits</a></td></tr> binghe> <tr align="center"><td><a href="../doc/index.html">Documentation</a></td></tr> binghe> <tr align="center"><td><a href="../download.html">Download</a></td></tr> binghe> <tr align="center"><td><a href="../hemlock/index.html">Hemlock</a></td></tr> binghe> <tr align="center"><td><a href="../index.html">Home</a></td></tr> binghe> <tr align="center"><td><a href="../install.html">Install</a></td></tr> binghe> <tr align="center"><td><a href="../news/index.html">News</a></td></tr> binghe> <tr align="center"><td><a href="../platforms.html">Platforms</a></td></tr> binghe> <tr align="center"><td><a href="../ports.html">Ports</a></td></tr> binghe> <tr align="center"><td><a href="../projects.html">Projects</a></td></tr> binghe> <tr align="center"><td><a href="../search.html">Search</a></td></tr> binghe> <tr align="center"><td><a href="../support.html">Support</a></td></tr> binghe> There're others in HTML head part. binghe> To make all three CMU CL sites work correctly, just need binghe> to remove the "../" part from all these HREF strings. binghe> Do you know how to change this? I think I know where this is. It's all in the file build.el in the cmucl-www cvs repo. I'll look at this soon and see if I can fix that. I still wonder why this was all working before but isn't anymore. Ray