Title: [196647] trunk/Websites/webkit.org
Revision
196647
Author
[email protected]
Date
2016-02-16 12:18:11 -0800 (Tue, 16 Feb 2016)

Log Message

Add a redirect for B3 documentation
https://bugs.webkit.org/show_bug.cgi?id=154293

Reviewed by Timothy Hatcher.

* .htaccess:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/.htaccess (196646 => 196647)


--- trunk/Websites/webkit.org/.htaccess	2016-02-16 19:53:10 UTC (rev 196646)
+++ trunk/Websites/webkit.org/.htaccess	2016-02-16 20:18:11 UTC (rev 196647)
@@ -68,6 +68,13 @@
 Redirect 301 /status.html /status/
 Redirect 301 /team.html /team/
 
+# Old B3 Documentation
+Redirect 301 /documentation/b3/air/ /docs/b3/assembly-intermediate-representation.html
+Redirect 301 /documentation/b3/air /docs/b3/assembly-intermediate-representation.html
+Redirect 301 /documentation/b3/intermediate-representation/ /docs/b3/intermediate-representation.html
+Redirect 301 /documentation/b3/intermediate-representation /docs/b3/intermediate-representation.html
+Redirect 301 /documentation/b3 /docs/b3
+
 # Bugzilla
 
 RewriteRule ^b/(.*)$ https://bugs.webkit.org/show_bug.cgi?id=$1 [R=301,L,NE]

Modified: trunk/Websites/webkit.org/ChangeLog (196646 => 196647)


--- trunk/Websites/webkit.org/ChangeLog	2016-02-16 19:53:10 UTC (rev 196646)
+++ trunk/Websites/webkit.org/ChangeLog	2016-02-16 20:18:11 UTC (rev 196647)
@@ -1,3 +1,12 @@
+2016-02-16  Jonathan Davis  <[email protected]>
+
+        Add a redirect for B3 documentation
+        https://bugs.webkit.org/show_bug.cgi?id=154293
+
+        Reviewed by Timothy Hatcher.
+
+        * .htaccess:
+
 2016-02-15  Timothy Hatcher  <[email protected]>
 
         Fix byline to avoid bumping into content sticks out.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to