mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
[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.
This commit is contained in:
parent
d6bc013ece
commit
fc2b5ac747
|
@ -3,6 +3,6 @@
|
|||
<GUIDE title="Google Objective-C Style Guide">
|
||||
<p>
|
||||
The style guide has moved to
|
||||
<a href="objcguide.md">objcguide.md</a>
|
||||
<a href="https://github.com/google/styleguide/blob/gh-pages/objcguide.md">objcguide.md</a>
|
||||
</p>
|
||||
</GUIDE>
|
||||
|
|
Loading…
Reference in New Issue
Block a user