Skip to content

Commit d6bc013

Browse files
[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.
1 parent de57aca commit d6bc013

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

objcguide.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0"?>
2+
<?xml-stylesheet type="text/xsl" href="styleguide.xsl"?>
3+
<GUIDE title="Google Objective-C Style Guide">
4+
<p>
5+
The style guide has moved to
6+
<a href="objcguide.md">objcguide.md</a>
7+
</p>
8+
</GUIDE>

0 commit comments

Comments
 (0)