From d6bc013ece8fb6224b2273c804f77dd09cdb8630 Mon Sep 17 00:00:00 2001 From: Stephane Moore Date: Wed, 23 Aug 2017 14:57:27 -0700 Subject: [PATCH 1/2] =?UTF-8?q?[objc]=20Make=20objcguide.xml=20link=20to?= =?UTF-8?q?=20objcguide.md=20=F0=9F=94=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- objcguide.xml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 objcguide.xml diff --git a/objcguide.xml b/objcguide.xml new file mode 100644 index 0000000..1937ce0 --- /dev/null +++ b/objcguide.xml @@ -0,0 +1,8 @@ + + + +

+ The style guide has moved to + objcguide.md +

+
From fc2b5ac747cfa149064160d5e9b06bb36ed11129 Mon Sep 17 00:00:00 2001 From: Stephane Moore Date: Thu, 24 Aug 2017 17:48:51 -0700 Subject: [PATCH 2/2] =?UTF-8?q?[objc]=20Fix=20the=20link=20to=20the=20new?= =?UTF-8?q?=20Objective-C=20style=20guide=20=E2=9B=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- objcguide.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objcguide.xml b/objcguide.xml index 1937ce0..3beca74 100644 --- a/objcguide.xml +++ b/objcguide.xml @@ -3,6 +3,6 @@

The style guide has moved to - objcguide.md + objcguide.md