Title: [110387] trunk/Websites/webkit.org
Revision
110387
Author
[email protected]
Date
2012-03-10 20:48:49 -0800 (Sat, 10 Mar 2012)

Log Message

Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks

The Debugging and Analyzing Your Code page cannot be viewed at <http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/Debugging/Debugging.html#//apple_ref/doc/uid/TP40010215-CH3-SW1> (1) as this URL redirects to the Mac OS X Developer Library <https://developer.apple.com/library/mac/navigation/>.
Substituting https for http in (1) returns the expected page. 

* building/debug-mac-uiprocess.html:
* building/debug.html:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (110386 => 110387)


--- trunk/Websites/webkit.org/ChangeLog	2012-03-11 04:23:24 UTC (rev 110386)
+++ trunk/Websites/webkit.org/ChangeLog	2012-03-11 04:48:49 UTC (rev 110387)
@@ -1,3 +1,13 @@
+2012-03-10  Daniel Bates  <[email protected]>
+
+        Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
+
+        The Debugging and Analyzing Your Code page cannot be viewed at <http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/Debugging/Debugging.html#//apple_ref/doc/uid/TP40010215-CH3-SW1> (1) as this URL redirects to the Mac OS X Developer Library <https://developer.apple.com/library/mac/navigation/>.
+        Substituting https for http in (1) returns the expected page. 
+
+        * building/debug-mac-uiprocess.html:
+        * building/debug.html:
+
 2012-03-01  Seo Sanghyeon  <[email protected]>
 
         Add a link to the EFL wiki page

Modified: trunk/Websites/webkit.org/building/debug-mac-uiprocess.html (110386 => 110387)


--- trunk/Websites/webkit.org/building/debug-mac-uiprocess.html	2012-03-11 04:23:24 UTC (rev 110386)
+++ trunk/Websites/webkit.org/building/debug-mac-uiprocess.html	2012-03-11 04:48:49 UTC (rev 110387)
@@ -26,7 +26,7 @@
 <p>In the workspace window, click the Run button.</p>
 <img src="" alt="Run button">
 </li>
-<li><p>See the <a href="" Debugging Guide</a> for more information on using Xcode to debug software on Mac OS X.</p>
+<li><p>See the <a href="" Debugging Guide</a> for more information on using Xcode to debug software on Mac OS X.</p>
 </li>
 </ol>
 </div>

Modified: trunk/Websites/webkit.org/building/debug.html (110386 => 110387)


--- trunk/Websites/webkit.org/building/debug.html	2012-03-11 04:23:24 UTC (rev 110386)
+++ trunk/Websites/webkit.org/building/debug.html	2012-03-11 04:48:49 UTC (rev 110387)
@@ -19,7 +19,7 @@
 <li><p>Attach to WebProcess</p>
 <p>Choose Product > Attach to Process > WebProcess.</p>
 </li>
-<li><p>See the <a href="" Debugging Guide</a> for more information on using Xcode to debug software on Mac OS X.</p>
+<li><p>See the <a href="" Debugging Guide</a> for more information on using Xcode to debug software on Mac OS X.</p>
 </li>
 </ol>
 </div>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to