[objc] Make objcguide.xml link to objcguide.md 🔄

There are links out in the wild to the old XML style guide. An XML file that links to the new style guide location ensures that those links are not completely broken.
This commit is contained in:
Stephane Moore 2017-08-23 14:57:27 -07:00 committed by GitHub
parent de57acaedf
commit d6bc013ece

8
objcguide.xml Normal file
View File

@ -0,0 +1,8 @@
<?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="objcguide.md">objcguide.md</a>
</p>
</GUIDE>