Skip to content

Commit 445a7ff

Browse files
committed
Fix broken links in CONTRIBUTING.md
1 parent 33103c8 commit 445a7ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ for actual bugs with code & implementation.
1919

2020
## <a name="issue"></a> Found an Issue?
2121
On that note, if you think you *have* found a bug in Browsersync, please report
22-
it via [Github Issues](https://github.com/shakyShane/browser-sync/issues).
22+
it via [Github Issues](https://github.com/BrowserSync/browser-sync/issues).
2323

2424
## <a name="tips"></a> Tips for a creating a great issue report
2525

@@ -39,11 +39,11 @@ An example project might contain a single `index.html` file with some JS/CSS fro
3939
respond with something from giphy :p)
4040

4141
## <a name="feature"></a> Want a Feature?
42-
You can request a new feature by submitting an issue to our [Github Issues](https://github.com/shakyShane/browser-sync/issues) page.
42+
You can request a new feature by submitting an issue to our [Github Issues](https://github.com/BrowserSync/browser-sync/issues) page.
4343
Prefix the title of your issue with "Feature Request:".
4444

4545
## <a name="docs"></a> Want a Doc Fix?
46-
Head over to the [Browsersync Website Repo](https://github.com/shakyShane/browser-sync-website) & submit issues there.
46+
Head over to the [Browsersync Website Repo](https://github.com/BrowserSync/browsersync.github.io) & submit issues there.
4747

4848
## <a name="pull"></a> Submitting a Pull Request
4949
Pull requests should be branched off the main Master branch. (There's no guarantee that what lives on the develop
@@ -52,7 +52,7 @@ branch will ever make it back to master, I do a **lot** of experimentation)
5252
## <a name="rules"></a> Coding Rules
5353
To ensure consistency throughout the source code, keep these rules in mind as you are working:
5454

55-
* All features or bug fixes **must be tested** by one or more [specs](https://github.com/shakyShane/browser-sync/tree/master/test/specs).
55+
* All features or bug fixes **must be tested** by one or more [specs](https://github.com/BrowserSync/browser-sync/tree/master/test/specs).
5656
* Don't be put off by this, I'm more than happy to help you implement tests - so don't be shy! I'd much rather spend time helping
5757
you to provide tests than risk losing you as a contributor :)
5858
* Follow the code style (Builds will fail if you don't, check at any time with `npm test`). Also, this project has a [.editorconfig](.editorconfig) file to help with code style; go to [EditorConfig.org](http://editorconfig.org) and download the plugin for your IDE.

0 commit comments

Comments
 (0)