Merge pull request #522 from google/shell_redirect

Add an HTML META tag to redirect to the new shell guide.
This commit is contained in:
Isaac Good 2020-02-18 16:25:56 -08:00 committed by GitHub
commit 246573051e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="styleguide.xsl"?> <?xml-stylesheet type="text/xsl" href="shell.xsl"?>
<GUIDE title="Shell Style Guide"> <GUIDE title="Shell Style Guide">
The guide has been moved to <a href="https://google.github.io/styleguide/shellguide.html">shellguide.html</a>. The guide has been moved to <a href="https://google.github.io/styleguide/shellguide.html">shellguide.html</a>.