Skip to content

Commit

Permalink
Updated URLs in code to agreed writing style. (PR Getbeans#292)
Browse files Browse the repository at this point in the history
Made sure that Beans URL is https://www.getbeans.io

Closes Getbeans#288
  • Loading branch information
ibes authored and hellofromtonya committed Jun 25, 2018
1 parent 2018287 commit 9ec62e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[Beans](https://www.getbeans.io/) is an incredibly powerful and flexible WordPress theme, yet light weight and unbelievably fast. Whether you are a pro or a beginner, you will enjoy the simplicity of it. The magic is under the hood!
# Documentation
Whether you are looking how to get started or how to use Beans API, you will find your answers in the [documentation](https://www.getbeans.io/documentation/). If your don't find what your are looking for, don't hesitate to [contact us](https://getbeans.io/contact/).
Whether you are looking how to get started or how to use Beans API, you will find your answers in the [documentation](https://www.getbeans.io/documentation/). If your don't find what your are looking for, don't hesitate to [contact us](https://www.getbeans.io/contact/).
# Code snippets
[Code snippets](https://www.getbeans.io/code-snippets/) are ready to be pasted straight into your child theme functions.php.
# Code reference
Expand Down
2 changes: 1 addition & 1 deletion lib/templates/fragments/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function beans_footer_content() {
'beans_footer_credit_framework_link',
'a',
array(
'href' => 'http://www.getbeans.io', // Automatically escaped.
'href' => 'https://www.getbeans.io', // Automatically escaped.
'rel' => 'nofollow',
)
);
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/integration/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Beans\Framework\Tests\Integration
* @since 1.5.0
* @link http://www.getbeans.io
* @link https://www.getbeans.io
* @license GNU-2.0+
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/unit/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Beans\Framework\Tests\Unit
* @since 1.5.0
* @link http://www.getbeans.io
* @link https://www.getbeans.io
* @license GNU-2.0+
*/

Expand Down

0 comments on commit 9ec62e6

Please sign in to comment.