Changed repo url and updated footer to include browserstack
This commit is contained in:
parent d8cda8af37
commit 7ddf57fc2e
5 changed files with 13 additions and 11 deletions
| @ -8,4 +8,4 @@ On top of the above, An error log can be found at the path `storage/logs/laravel | |||
| ||||
### Submitting Issues | ||||
| ||||
If you have found the cause of the issue and it is not an issue with your particular setup you can submit it on the [GitHub issues page](https://github.com/ssddanbrown/BookStack/issues). Please include as much information as possible when creating an issue with steps with how to replicate it so the bug can be fixed by a developer. | ||||
If you have found the cause of the issue and it is not an issue with your particular setup you can submit it on the [GitHub issues page](https://github.com/BookStackApp/BookStack/issues). Please include as much information as possible when creating an issue with steps with how to replicate it so the bug can be fixed by a developer. |
| @ -25,7 +25,7 @@ This project currently uses the `release` branch of the BookStack GitHub reposit | |||
1. Clone the release branch of the BookStack GitHub repository into a folder. | ||||
| ||||
``` | ||||
git clone https://github.com/ssddanbrown/BookStack.git --branch release --single-branch | ||||
git clone https://github.com/BookStackApp/BookStack.git --branch release --single-branch | ||||
``` | ||||
| ||||
2. `cd` into the application folder and run `composer install`. | ||||
| |
| @ -1,6 +1,6 @@ | |||
# Updating BookStack | ||||
| ||||
BookStack is updated regularly and the version numbering follows [semantic versioning](http://semver.org/). The latest release can be found on [GitHub here](https://github.com/ssddanbrown/BookStack/releases) and detailed information on releases is posted on the [BookStack blog here](https://www.bookstackapp.com/blog/tag/releases/). | ||||
BookStack is updated regularly and the version numbering follows [semantic versioning](http://semver.org/). The latest release can be found on [GitHub here](https://github.com/BookStackApp/BookStack/releases) and detailed information on releases is posted on the [BookStack blog here](https://www.bookstackapp.com/blog/tag/releases/). | ||||
| ||||
**Before updating you should back up the database and any file uploads to prevent potential data loss**. Updating is currently done via Git version control. To update BookStack you can run the following command in the root directory of the application: | ||||
``` | ||||
| |
| @ -66,7 +66,7 @@ | |||
<a href="/docs"><span class="icon">{!! icon('book') !!}</span> Documentation</a> | ||||
<a href="/#features"><span class="icon">{!! icon('star') !!}</span> Features</a> | ||||
<a href="/#demo"><span class="icon">{!! icon('touch_app') !!}</span> Demo</a> | ||||
<a href="https://github.com/ssddanbrown/BookStack" target="_blank"><span class="icon">{!! icon('github') !!}</span> Github</a> | ||||
<a href="https://github.com/BookStackApp/BookStack" target="_blank"><span class="icon">{!! icon('github') !!}</span> Github</a> | ||||
<a href="/blog" target="_blank"><span class="icon">{!! icon('rss_feed') !!}</span> Blog</a> | ||||
</div> | ||||
</div> | ||||
| @ -82,16 +82,18 @@ | |||
<footer> | ||||
<div class="container"> | ||||
<div class="row"> | ||||
<div class="col-lg-3"> | ||||
<p> | ||||
BookStack - Created By <a href="https://danb.me" title="danb.me" target="_blank">Dan Brown</a> | ||||
<div class="col-lg-5"> | ||||
<p class="muted"> | ||||
BookStack - Created By <a href="https://danb.me" title="danb.me" target="_blank">Dan Brown</a> and developed with the community. | ||||
<br> | ||||
Thanks to <a href="https://www.browserstack.com/" target="_blank">BrowserStack</a> for providing easy cross-browser testing. | ||||
</p> | ||||
</div> | ||||
<div class="col-md-9 menu"> | ||||
<div class="col-lg-7 col-md-9 menu"> | ||||
<a href="/docs"><span class="icon">{!! icon('book') !!}</span> Documentation</a> | ||||
<a href="/#features"><span class="icon">{!! icon('star') !!}</span> Features</a> | ||||
<a href="/#demo"><span class="icon">{!! icon('touch_app') !!}</span> Demo</a> | ||||
<a href="https://github.com/ssddanbrown/BookStack" target="_blank"><span class="icon">{!! icon('github') !!}</span> Github</a> | ||||
<a href="https://github.com/BookStackApp/BookStack" target="_blank"><span class="icon">{!! icon('github') !!}</span> Github</a> | ||||
<a href="/blog" target="_blank"><span class="icon">{!! icon('rss_feed') !!}</span> Blog</a> | ||||
</div> | ||||
</div> | ||||
| |
| @ -6,7 +6,7 @@ | |||
<h2>Simple & Free <br>Wiki Software</h2> | ||||
<p>BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information.</p> | ||||
<p> | ||||
<a href="https://github.com/ssddanbrown/BookStack">GitHub</a> - | ||||
<a href="https://github.com/BookStackApp/BookStack">GitHub</a> - | ||||
<a href="https://demo.bookstackapp.com">Demo</a> - | ||||
<a href="/docs/admin/installation">Install</a> | ||||
</p> | ||||
| @ -29,7 +29,7 @@ | |||
<p>BookStack is fully free and open, MIT licensed. The source is available on GitHub. There is no cost to downloading and installing your own instance of bookstack. | ||||
</p> | ||||
<p> | ||||
<a href="https://github.com/ssddanbrown/BookStack">View the source here »</a> | ||||
<a href="https://github.com/BookStackApp/BookStack">View the source here »</a> | ||||
</p> | ||||
</div> | ||||
<div class="col-sm-4" > | ||||
| |
Loading…
Add table
Add a link
Reference in a new issue