Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Commit 59e73f4

Browse files
Fixed links
1 parent f27fd64 commit 59e73f4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Laravel Navigation
22
==================
33

4-
Laravel Navigation was created by, and is maintained by [Graham Campbell](https://github.com/GrahamCampbell), and is a navigation bar generator for [Laravel 5](http://laravel.com). Feel free to check out the [releases](https://github.com/GrahamCampbell/Laravel-Navigation/releases), [license](LICENSE), and [contribution guidelines](CONTRIBUTING.md).
4+
Laravel Navigation was created by, and is maintained by [Graham Campbell](https://github.com/GrahamCampbell), and is a navigation bar generator for [Laravel 5](http://laravel.com). Feel free to check out the [releases](https://github.com/BootstrapCMS/Navigation/releases), [license](LICENSE), and [contribution guidelines](CONTRIBUTING.md).
55

66
![Laravel Navigation](https://cloud.githubusercontent.com/assets/2829600/4432308/c153cd00-468c-11e4-9fc0-4776b482e6ef.PNG)
77

88
<p align="center">
9-
<a href="https://travis-ci.org/GrahamCampbell/Laravel-Navigation"><img src="https://img.shields.io/travis/GrahamCampbell/Laravel-Navigation/master.svg?style=flat-square" alt="Build Status"></img></a>
10-
<a href="https://scrutinizer-ci.com/g/GrahamCampbell/Laravel-Navigation/code-structure"><img src="https://img.shields.io/scrutinizer/coverage/g/GrahamCampbell/Laravel-Navigation.svg?style=flat-square" alt="Coverage Status"></img></a>
11-
<a href="https://scrutinizer-ci.com/g/GrahamCampbell/Laravel-Navigation"><img src="https://img.shields.io/scrutinizer/g/GrahamCampbell/Laravel-Navigation.svg?style=flat-square" alt="Quality Score"></img></a>
9+
<a href="https://travis-ci.org/BootstrapCMS/Navigation"><img src="https://img.shields.io/travis/BootstrapCMS/Navigation/master.svg?style=flat-square" alt="Build Status"></img></a>
10+
<a href="https://scrutinizer-ci.com/g/BootstrapCMS/Navigation/code-structure"><img src="https://img.shields.io/scrutinizer/coverage/g/BootstrapCMS/Navigation.svg?style=flat-square" alt="Coverage Status"></img></a>
11+
<a href="https://scrutinizer-ci.com/g/BootstrapCMS/Navigation"><img src="https://img.shields.io/scrutinizer/g/BootstrapCMS/Navigation.svg?style=flat-square" alt="Quality Score"></img></a>
1212
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" alt="Software License"></img></a>
13-
<a href="https://github.com/GrahamCampbell/Laravel-Navigation/releases"><img src="https://img.shields.io/github/release/GrahamCampbell/Laravel-Navigation.svg?style=flat-square" alt="Latest Version"></img></a>
13+
<a href="https://github.com/BootstrapCMS/Navigation/releases"><img src="https://img.shields.io/github/release/BootstrapCMS/Navigation.svg?style=flat-square" alt="Latest Version"></img></a>
1414
</p>
1515

1616

@@ -52,7 +52,7 @@ The third method is `'render'`, and accepts three arguments. All arguments are o
5252

5353
Note that the navigation bar referred to as `'main'` is the navigation bar that will go across the top of your page, and the navigation bar referred to as `'bar'` is the navigation bar that will be a dropdown at the side. These are also referred to in the context of the default view provided with this package (for Twitter Bootstrap 3).
5454

55-
Also note that the render method will emit events so you can call the addTo methods lazily. The events emitted are `'navigation.main'` and `'navigation.bar'`, which are emitted just before the render method starts to deal with the each navigation bar. The name of the selected navigation bar is also emitted. Check out the [source](https://github.com/GrahamCampbell/Laravel-Navigation/blob/master/src/Navigation.php).
55+
Also note that the render method will emit events so you can call the addTo methods lazily. The events emitted are `'navigation.main'` and `'navigation.bar'`, which are emitted just before the render method starts to deal with the each navigation bar. The name of the selected navigation bar is also emitted. Check out the [source](https://github.com/BootstrapCMS/Navigation/blob/master/src/Navigation.php).
5656

5757
##### Facades\Navigation
5858

0 commit comments

Comments
 (0)