mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
d6bc013ece
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.
9 lines
225 B
XML
9 lines
225 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="objcguide.md">objcguide.md</a>
|
|
</p>
|
|
</GUIDE>
|