Update links

This commit is contained in:
Ben Word
2015-02-20 15:06:12 -06:00
parent a361d2b130
commit a8819028f0
5 changed files with 15 additions and 15 deletions

View File

@@ -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) [![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) [![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. 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) * Source: [https://github.com/roots/sage](https://github.com/roots/sage)
* Homepage: [http://roots.io/sage/](http://roots.io/sage/) * Homepage: [https://roots.io/sage/](https://roots.io/sage/)
* Documentation: [http://roots.io/sage/getting-started/](http://roots.io/sage/getting-started/) * 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) * 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/) * 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 ## Requirements
@@ -29,10 +29,10 @@ Sage is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boile
* An optimized Google Analytics snippet * An optimized Google Analytics snippet
* [Bootstrap](http://getbootstrap.com/) * [Bootstrap](http://getbootstrap.com/)
* ARIA roles and microformats * 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 * Cleaner HTML output of navigation menus
* Posts use the [hNews](http://microformats.org/wiki/hnews) microformat * 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 ### Go further with Sage
@@ -91,7 +91,7 @@ You now have all the necessary dependencies to run the build process.
## Documentation ## 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 ## Contributing
@@ -101,6 +101,6 @@ Contributions are welcome from everyone. We have [contributing guidelines](CONTR
Keep track of development and community news. 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) * 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/)

View File

@@ -1,6 +1,6 @@
{ {
"name": "sage", "name": "sage",
"homepage": "http://roots.io/sage/", "homepage": "https://roots.io/sage/",
"authors": [ "authors": [
"Ben Word <ben@benword.com>" "Ben Word <ben@benword.com>"
], ],

View File

@@ -5,7 +5,7 @@ namespace Roots\Sage\Wrapper;
/** /**
* Theme 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 * @link http://scribu.net/wordpress/theme-wrappers.html
*/ */

View File

@@ -2,7 +2,7 @@
"name": "sage", "name": "sage",
"version": "8.0.0", "version": "8.0.0",
"author": "Ben Word <ben@benword.com>", "author": "Ben Word <ben@benword.com>",
"homepage": "http://roots.io/sage/", "homepage": "https://roots.io/sage/",
"private": true, "private": true,
"repository": { "repository": {
"type": "git", "type": "git",

View File

@@ -1,10 +1,10 @@
/* /*
Theme Name: Sage Starter Theme Theme Name: Sage Starter Theme
Theme URI: http://roots.io/sage/ Theme URI: https://roots.io/sage/
Description: Sage is a WordPress starter theme. <a href="https://github.com/roots/sage/contributors">Contribute on GitHub</a> Description: Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version: 8.0.0 Version: 8.0.0
Author: Roots Author: Roots
Author URI: http://roots.io/ Author URI: https://roots.io/
License: MIT License License: MIT License
License URI: http://opensource.org/licenses/MIT License URI: http://opensource.org/licenses/MIT