Skip to content

Commit e7b13e9

Browse files
committed
more ES changes
1 parent e7b619f commit e7b13e9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
git pull origin develop
4848
git add ./docs
4949
git commit -am "🧪 Build docs"
50-
git push -f https://${{ github.token }}@github.com/ElbowSpaceUK/laravel-settings.git
50+
git push -f https://${{ github.token }}@github.com/tobytwigger/laravel-settings.git

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Laravel Settings
22
> Powerful and feature rich settings for Laravel.
33
4-
[![Latest Version](https://img.shields.io/github/v/release/ElbowSpaceUK/laravel-settings?label=Latest%20Version&sort=semver&style=plastic)](https://github.com/ElbowSpaceUK/laravel-settings/releases)
5-
[![Build](https://github.com/ElbowSpaceUK/laravel-settings/actions/workflows/build-status.yml/badge.svg?branch=develop)](https://github.com/ElbowSpaceUK/laravel-settings/actions/workflows/build-status.yml)
4+
[![Latest Version](https://img.shields.io/github/v/release/tobytwigger/laravel-settings?label=Latest%20Version&sort=semver&style=plastic)](https://github.com/tobytwigger/laravel-settings/releases)
5+
[![Build](https://github.com/tobytwigger/laravel-settings/actions/workflows/build-status.yml/badge.svg?branch=develop)](https://github.com/tobytwigger/laravel-settings/actions/workflows/build-status.yml)
66

77
## Contents
88

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ search:
4646
# Aux links for the upper right navigation
4747
aux_links:
4848
"Laravel Settings on GitHub":
49-
- "//github.com/ElbowSpaceUK/laravel-settings"
49+
- "//github.com/tobytwigger/laravel-settings"
5050

5151
# Heading anchor links appear on hover over h1-h6 tags in page content
5252
# allowing users to deep link to a particular heading on a page.
@@ -61,7 +61,7 @@ last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https:/
6161
# Footer "Edit this page on GitHub" link text
6262
gh_edit_link: true # show or hide edit this page link
6363
gh_edit_link_text: "Edit this page on GitHub."
64-
gh_edit_repository: "https://github.com/ElbowSpaceUK/laravel-settings" # the github URL for your repo
64+
gh_edit_repository: "https://github.com/tobytwigger/laravel-settings" # the github URL for your repo
6565
gh_edit_branch: "develop" # the branch that your docs is served from
6666
# gh_edit_source: docs # the source that your files originate from
6767
gh_edit_view_mode: "edit" # "tree" or "edit" if you want the user to jump into the editor immediately

docs/_includes/footer_custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<p class="text-small text-grey-dk-100 mb-0">
2-
Copyright &copy; 2020 Toby Twigger. Distributed by an <a href=\"https://github.com/ElbowSpaceUK/laravel-translate/blob/develop/LICENCE.md\">MIT license.</a>
2+
Copyright &copy; 2020 Toby Twigger. Distributed by an <a href=\"https://github.com/tobytwigger/laravel-translate/blob/develop/LICENCE.md\">MIT license.</a>
33
</p>

0 commit comments

Comments
 (0)