You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by jo...@apache.org on 2022/10/14 01:28:29 UTC

[age-website] branch developer-manual updated: Disable redirect to master

This is an automated email from the ASF dual-hosted git repository.

joshinnis pushed a commit to branch developer-manual
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/developer-manual by this push:
     new fc91d75  Disable redirect to master
fc91d75 is described below

commit fc91d756e3cbc805a2d92183555c37b87b5f1206
Author: Josh Innis <Jo...@gmail.com>
AuthorDate: Fri Oct 14 10:28:07 2022 +0900

    Disable redirect to master
---
 index.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/index.html b/index.html
index eda9438..d274d7d 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,5 @@
     <title>Redirecting to master branch</title>
     <meta charset="utf-8">
     <meta http-equiv="refresh" content="0; url=./master/index.html">
-    <link rel="canonical" href="./master/index.html">
   </head>
 </html>