Author: rgoers Date: Wed Jul 11 02:31:44 2012 New Revision: 1359994 URL: http://svn.apache.org/viewvc?rev=1359994&view=rev Log: Fix broken links to Log4j 2
Modified: logging/site/cms/trunk/content/index.twig logging/site/cms/trunk/templates/navbar.html Modified: logging/site/cms/trunk/content/index.twig URL: http://svn.apache.org/viewvc/logging/site/cms/trunk/content/index.twig?rev=1359994&r1=1359993&r2=1359994&view=diff ============================================================================== --- logging/site/cms/trunk/content/index.twig (original) +++ logging/site/cms/trunk/content/index.twig Wed Jul 11 02:31:44 2012 @@ -14,7 +14,7 @@ <div class="span4"> <h2>Apache log4j 2 <span class="label label-warning" style="vertical-align: top;">Alpha</span></h2> <p>Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x.</p> - <p><a target="_blank" class="btn" href="log4j">Project site »</a></p> + <p><a target="_blank" class="btn" href="log4j/2.x">Project site »</a></p> </div> <div class="span4"> <h2>Apache log4php</h2> @@ -65,4 +65,4 @@ distributed under the License is distrib WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -{% endcomment %} \ No newline at end of file +{% endcomment %} Modified: logging/site/cms/trunk/templates/navbar.html URL: http://svn.apache.org/viewvc/logging/site/cms/trunk/templates/navbar.html?rev=1359994&r1=1359993&r2=1359994&view=diff ============================================================================== --- logging/site/cms/trunk/templates/navbar.html (original) +++ logging/site/cms/trunk/templates/navbar.html Wed Jul 11 02:31:44 2012 @@ -21,7 +21,7 @@ <li><a target="_blank" href="/chainsaw">Apache chainsaw</a></li> <li><a target="_blank" href="/log4cxx">Apache log4cxx</a></li> <li><a target="_blank" href="/log4j/1.2">Apache log4j 1.2</a></li> - <li><a target="_blank" href="/log4j">Apache log4j 2</a></li> + <li><a target="_blank" href="/log4j/2.x">Apache log4j 2</a></li> <li><a target="_blank" href="/log4net">Apache log4net</a></li> <li><a target="_blank" href="/log4php">Apache log4php</a></li> </ul>