styleguide/objcguide.xml
Stephane Moore fc2b5ac747 [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.
2017-08-24 17:48:51 -07:00

9 lines
276 B
XML

<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="styleguide.xsl"?>
<GUIDE title="Google Objective-C Style Guide">
<p>
The style guide has moved to
<a href="https://github.com/google/styleguide/blob/gh-pages/objcguide.md">objcguide.md</a>
</p>
</GUIDE>