Skip to content

Commit

Permalink
roots.io URL updates
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed Mar 1, 2015
1 parent d76b9bc commit 9028d2b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Bedrock](http://roots.io/wordpress-stack/)
# [Bedrock](https://roots.io/bedrock/)
[![Build Status](https://travis-ci.org/roots/bedrock.svg)](https://travis-ci.org/roots/bedrock)

Bedrock is a modern WordPress stack that helps you get started with the best development tools and project structure.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "project",
"license": "MIT",
"description": "A modern WordPress stack",
"homepage": "http://roots.io/wordpress-stack/",
"homepage": "https://roots.io/bedrock/",
"authors": [
{
"name": "Scott Walkinshaw",
Expand All @@ -21,7 +21,7 @@
],
"support": {
"issues": "https://github.com/roots/bedrock/issues",
"forum": "http://discourse.roots.io/category/bedrock"
"forum": "https://discourse.roots.io/category/bedrock"
},
"config": {
"preferred-install": "dist",
Expand Down
2 changes: 1 addition & 1 deletion web/app/mu-plugins/bedrock-autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: An autoloader that enables standard plugins to be required just like must-use plugins. The autoloaded plugins are included during mu-plugin loading. An asterisk (*) next to the name of the plugin designates the plugins that have been autoloaded.
* Version: 1.0.0
* Author: Roots
* Author URI: http://roots.io/
* Author URI: https://roots.io/
* License: MIT License
*/

Expand Down
4 changes: 2 additions & 2 deletions web/app/mu-plugins/disallow-indexing.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/*
Plugin Name: Disallow Indexing
Plugin URI: http://roots.io/wordpress-stack/
Plugin URI: https://roots.io/bedrock/
Description: Disallow indexing of your site on non-production environments.
Version: 1.0.0
Author: Roots
Author URI: http://roots.io/
Author URI: https://roots.io/
License: MIT License
*/

Expand Down

0 comments on commit 9028d2b

Please sign in to comment.