Good catch! So, since the link in the docs is uppercase, I need to fix all to be ucase, not lcase. I'll sed s/Index.html/index.html/g the the files and recommit/publish.
Thanks, Troy On Wed, Jan 9, 2013 at 1:51 AM, Andy Pook <[email protected]> wrote: > Nice. > One tiny bug. I think "Index.html" should probably have a lower case i. > Currently the link to "Main Page" doesn't work (ie 404). > > Cheers > > > On 9 January 2013 01:24, Troy Howard <[email protected]> wrote: > > > I went ahead and built docs using doxygen for the 3.0.3 release and > pushed > > those changed to the public site. The referenced link > > http://lucenenet.apache.org/docs/3.0.3/Index.html works now. > > > > I didn't build a CHM because I'm using a Mac, and couldn't find anything > > open source/*NIX friendly to build a CHM from that. Now that the HTML > docs > > are built, making a CHM of them should be pretty easy, if you're on > > Windows. I can try to do that in the next day or two if I can find my way > > to a Windows machine. > > > > Thanks, > > Troy > > > > > > > > On Mon, Dec 31, 2012 at 12:01 PM, Christopher Currens < > > [email protected]> wrote: > > > > > I was looking at the readme.txt file on our GItHub mirror, and it's > > saying > > > we have documentation up on > > > http://lucenenet.apache.org/docs/3.0.3/Index.html and > > > http://lucenenet.apache.org/docs/3.0.3/Lucene.Net.chm. Both of these > > > links > > > are broken. How can we get the 3.0.3 documentation in those places? > > > > > > > > > Thanks, > > > Christopher > > > > > >
