]> BookStack Code Mirror - website/commitdiff
Changed repo url and updated footer to include browserstack
authorDan Brown <redacted>
Sun, 30 Oct 2016 18:28:53 +0000 (18:28 +0000)
committerDan Brown <redacted>
Sun, 30 Oct 2016 18:28:53 +0000 (18:28 +0000)
resources/docs/admin/debugging.md
resources/docs/admin/installation.md
resources/docs/admin/updates.md
resources/views/base.blade.php
resources/views/home.blade.php

index 15b13264cb8eb1904f48a23661c79e4690834811..cb240db2cdd9355e46edb6f238b02079f8aef6b0 100644 (file)
@@ -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.
\ No newline at end of file
+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.
\ No newline at end of file
index 06e3cb0ea5ed4bd28df0ab5d45588a92dc50edff..2956f968f45581cc7ff46fdce295b1173a5d0a32 100644 (file)
@@ -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`.
index dbd2dc548b985942f3252815b1d382f117f44a4c..74217d8714a98bdb47a4e0f6e6b89e9e368d8269 100644 (file)
@@ -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:
 ```
index 77970b74d3bf0f8d0dd9cf4a84df3caf934a799f..9fb3b875bcb01756db429619e94d92081e0f16d8 100644 (file)
@@ -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>
     <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>
index af7591779cb460de3cd4e7a8993d38b82e569744..9cb37e9e166ed74d1c2ba6c485e70ed722d50421 100644 (file)
@@ -6,7 +6,7 @@
             <h2>Simple &amp; 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> &nbsp;-&nbsp;
+              <a href="https://github.com/BookStackApp/BookStack">GitHub</a> &nbsp;-&nbsp;
               <a href="https://demo.bookstackapp.com">Demo</a> &nbsp;-&nbsp;
               <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 &raquo;</a>
+                    <a href="https://github.com/BookStackApp/BookStack">View the source here &raquo;</a>
                 </p>
             </div>
             <div class="col-sm-4" >