[objc] Fix the link to the new Objective-C style guide ⛓

The link can't be relative because the new style guide is served as markdown and the endpoint serving the XML file serves raw content.
This commit is contained in:
Stephane Moore 2017-08-24 17:48:51 -07:00 committed by GitHub
parent d6bc013ece
commit fc2b5ac747

View File

@ -3,6 +3,6 @@
<GUIDE title="Google Objective-C Style Guide">
<p>
The style guide has moved to
<a href="objcguide.md">objcguide.md</a>
<a href="https://github.com/google/styleguide/blob/gh-pages/objcguide.md">objcguide.md</a>
</p>
</GUIDE>