actual directories under /doc. This broke inter-document links if you started at http://www.freebsd.org/{FAQ,handbook}, instead of the longer .../doc/en_US.ISO8859-1/books/{faq,handbook}, and has caused a steady stream of complaints to -doc. Instead, have a static index.html in both those directories with a http-equiv="refresh" that points people to the right place. Adjust the build process to take account of this.
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			598 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			598 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
|   <head>
 | |
|     <meta http-equiv="refresh" content="5;url=../doc/en_US.ISO8859-1/books/handbook/index.html">
 | |
|     <title>The Handbook has moved</title>
 | |
|   </head>
 | |
| 
 | |
|   <body bgcolor="#ffffff">
 | |
|     <p>The Handbook is no longer accessible at this location.  Please use
 | |
|       <a href="../doc/en_US.ISO8859-1/books/handbook/index.html">../doc/en_US.ISO8859-1/books/handbook/index.html</a>
 | |
|       to reach it.  You should be automatically redirected there in a few
 | |
|       seconds.  If not, please follow the link, and update your bookmarks.
 | |
|       We apologise for the inconvenience.</p>
 | |
|   </body>
 | |
| </html>
 |