Hi, why did you change the license link? <http://www.apache.org/licenses/LICENSE-2.0> works perfectly fine here (maybe it was just a short hickup on ASF servers?). The new link just shows the general ASF licenses page, but as Lucene is using the 2.0 license, the link should go there?
Uwe ----- Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: [email protected] <[email protected]> > Sent: Wednesday, April 24, 2019 11:55 PM > To: [email protected] > Subject: svn commit: r1858076 - > /lucene/cms/trunk/templates/sidenav.mdtext > > Author: janhoy > Date: Wed Apr 24 21:55:26 2019 > New Revision: 1858076 > > URL: http://svn.apache.org/viewvc?rev=1858076&view=rev > Log: > Fix license link > > Modified: > lucene/cms/trunk/templates/sidenav.mdtext > > Modified: lucene/cms/trunk/templates/sidenav.mdtext > URL: > http://svn.apache.org/viewvc/lucene/cms/trunk/templates/sidenav.mdtext? > rev=1858076&r1=1858075&r2=1858076&view=diff > ================================================================ > ============== > --- lucene/cms/trunk/templates/sidenav.mdtext (original) > +++ lucene/cms/trunk/templates/sidenav.mdtext Wed Apr 24 21:55:26 2019 > @@ -1,4 +1,3 @@ > - > <div class="button-green"> > <a href="core/mirrors-core-latest-redir.html?">Download</a> > <div class="flap top">Click to begin</div> > @@ -19,7 +18,7 @@ > - [Open Relevance (Discontinued)](./openrelevance/) > > # About > - - [License](http://www.apache.org/licenses/LICENSE-2.0) > + - [License](https://www.apache.org/licenses/) > - [Who We are](./whoweare.html) > > # Events --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
