From a8819028f061b038f61ac62d703fee6fdec8d5b8 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Fri, 20 Feb 2015 15:06:12 -0600 Subject: [PATCH] Update links --- README.md | 18 +++++++++--------- bower.json | 2 +- lib/wrapper.php | 2 +- package.json | 2 +- style.css | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index c3c9437..02a5b55 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# [Sage Starter Theme](http://roots.io/sage/) +# [Sage](https://roots.io/sage/) [![Build Status](https://travis-ci.org/roots/roots.svg)](https://travis-ci.org/roots/roots) [![devDependency Status](https://david-dm.org/roots/roots/dev-status.svg)](https://david-dm.org/roots/roots#info=devDependencies) Sage is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boilerplate.com/) that will help you make better themes. * Source: [https://github.com/roots/sage](https://github.com/roots/sage) -* Homepage: [http://roots.io/sage/](http://roots.io/sage/) -* Documentation: [http://roots.io/sage/getting-started/](http://roots.io/sage/getting-started/) +* Homepage: [https://roots.io/sage/](https://roots.io/sage/) +* Documentation: [https://roots.io/sage/docs/](https://roots.io/sage/docs/) * Twitter: [@rootswp](https://twitter.com/rootswp), [@retlehs](https://twitter.com/retlehs), [@swalkinshaw](https://twitter.com/swalkinshaw), [@Foxaii](https://twitter.com/Foxaii), [@c2foryou](https://twitter.com/c2foryou), [@austinpray](https://twitter.com/austinpray) * Newsletter: [Subscribe](http://roots.io/subscribe/) -* Forum: [http://discourse.roots.io/](http://discourse.roots.io/) +* Forum: [https://discourse.roots.io/](https://discourse.roots.io/) ## Requirements @@ -29,10 +29,10 @@ Sage is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boile * An optimized Google Analytics snippet * [Bootstrap](http://getbootstrap.com/) * ARIA roles and microformats -* [Theme wrapper](http://roots.io/sage/getting-started/theme-wrapper/) +* [Theme wrapper](https://roots.io/sage/docs/theme-wrapper/) * Cleaner HTML output of navigation menus * Posts use the [hNews](http://microformats.org/wiki/hnews) microformat -* [Multilingual ready](http://roots.io/wpml/) and over 30 available [community translations](https://github.com/roots/sage-translations) +* [Multilingual ready](https://roots.io/wpml/) and over 30 available [community translations](https://github.com/roots/sage-translations) ### Go further with Sage @@ -91,7 +91,7 @@ You now have all the necessary dependencies to run the build process. ## Documentation -Sage documentation is available at [http://roots.io/sage/getting-started/](http://roots.io/sage/getting-started/). +Sage documentation is available at [https://roots.io/sage/docs/](https://roots.io/sage/docs/). ## Contributing @@ -101,6 +101,6 @@ Contributions are welcome from everyone. We have [contributing guidelines](CONTR Keep track of development and community news. -* Participate on the [Roots Discourse](http://discourse.roots.io/) +* Participate on the [Roots Discourse](https://discourse.roots.io/) * Follow [@rootswp on Twitter](https://twitter.com/rootswp) -* Read and subscribe to the [Roots Blog](http://roots.io/blog/) +* Read and subscribe to the [Roots Blog](https://roots.io/blog/) diff --git a/bower.json b/bower.json index 4c7cba6..230bc57 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "sage", - "homepage": "http://roots.io/sage/", + "homepage": "https://roots.io/sage/", "authors": [ "Ben Word " ], diff --git a/lib/wrapper.php b/lib/wrapper.php index cb3b6d0..a819e38 100644 --- a/lib/wrapper.php +++ b/lib/wrapper.php @@ -5,7 +5,7 @@ namespace Roots\Sage\Wrapper; /** * Theme wrapper * - * @link http://roots.io/getting-started/theme-wrapper/ + * @link https://roots.io/sage/docs/theme-wrapper/ * @link http://scribu.net/wordpress/theme-wrappers.html */ diff --git a/package.json b/package.json index 88acb0b..7150aa7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sage", "version": "8.0.0", "author": "Ben Word ", - "homepage": "http://roots.io/sage/", + "homepage": "https://roots.io/sage/", "private": true, "repository": { "type": "git", diff --git a/style.css b/style.css index cb202d1..a280f91 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,10 @@ /* Theme Name: Sage Starter Theme -Theme URI: http://roots.io/sage/ -Description: Sage is a WordPress starter theme. Contribute on GitHub +Theme URI: https://roots.io/sage/ +Description: Sage is a WordPress starter theme. Contribute on GitHub Version: 8.0.0 Author: Roots -Author URI: http://roots.io/ +Author URI: https://roots.io/ License: MIT License License URI: http://opensource.org/licenses/MIT