mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
[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:
parent
de57acaedf
commit
d6bc013ece
8
objcguide.xml
Normal file
8
objcguide.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user