Skip to content

Commit 2d4343a

Browse files
committed
[guide] remove/update outdated links.
Fixes airbnb#1626.
1 parent c40d0d1 commit 2d4343a

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ Other Style Guides
670670
- [7.3](#functions--in-blocks) Never declare a function in a non-function block (`if`, `while`, etc). Assign the function to a variable instead. Browsers will allow you to do it, but they all interpret it differently, which is bad news bears. eslint: [`no-loop-func`](http://eslint.org/docs/rules/no-loop-func.html)
671671
672672
<a name="functions--note-on-blocks"></a><a name="7.4"></a>
673-
- [7.4](#functions--note-on-blocks) **Note:** ECMA-262 defines a `block` as a list of statements. A function declaration is not a statement. [Read ECMA-262’s note on this issue](http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf#page=97).
673+
- [7.4](#functions--note-on-blocks) **Note:** ECMA-262 defines a `block` as a list of statements. A function declaration is not a statement.
674674
675675
```javascript
676676
// bad
@@ -3358,9 +3358,9 @@ Other Style Guides
33583358
33593359
## Resources
33603360
3361-
**Learning ES6**
3361+
**Learning ES6+**
33623362
3363-
- [Draft ECMA 2015 (ES6) Spec](https://people.mozilla.org/~jorendorff/es6-draft.html)
3363+
- [Latest ECMA spec](https://tc39.github.io/ecma262/)
33643364
- [ExploringJS](http://exploringjs.com/)
33653365
- [ES6 Compatibility Table](https://kangax.github.io/compat-table/es6/)
33663366
- [Comprehensive Overview of ES6 Features](http://es6-features.org/)
@@ -3427,7 +3427,6 @@ Other Style Guides
34273427
- [Perfection Kills](http://perfectionkills.com/)
34283428
- [Ben Alman](http://benalman.com/)
34293429
- [Dmitry Baranovskiy](http://dmitry.baranovskiy.com/)
3430-
- [Dustin Diaz](http://dustindiaz.com/)
34313430
- [nettuts](http://code.tutsplus.com/?s=javascript)
34323431
34333432
**Podcasts**
@@ -3442,7 +3441,7 @@ Other Style Guides
34423441
This is a list of organizations that are using this style guide. Send us a pull request and we'll add you to the list.
34433442
34443443
- **123erfasst**: [123erfasst/javascript](https://github.com/123erfasst/javascript)
3445-
- **3blades**: [3Blades/javascript](https://github.com/3blades/javascript)
3444+
- **3blades**: [3Blades](https://github.com/3blades)
34463445
- **4Catalyzer**: [4Catalyzer/javascript](https://github.com/4Catalyzer/javascript)
34473446
- **Aan Zee**: [AanZee/javascript](https://github.com/AanZee/javascript)
34483447
- **Adult Swim**: [adult-swim/javascript](https://github.com/adult-swim/javascript)
@@ -3455,7 +3454,7 @@ Other Style Guides
34553454
- **Axept**: [axept/javascript](https://github.com/axept/javascript)
34563455
- **BashPros**: [BashPros/javascript](https://github.com/BashPros/javascript)
34573456
- **Billabong**: [billabong/javascript](https://github.com/billabong/javascript)
3458-
- **Bisk**: [bisk/javascript](https://github.com/Bisk/javascript/)
3457+
- **Bisk**: [bisk](https://github.com/Bisk/)
34593458
- **Bonhomme**: [bonhommeparis/javascript](https://github.com/bonhommeparis/javascript)
34603459
- **Brainshark**: [brainshark/javascript](https://github.com/brainshark/javascript)
34613460
- **CaseNine**: [CaseNine/javascript](https://github.com/CaseNine/javascript)
@@ -3472,23 +3471,23 @@ Other Style Guides
34723471
- **ExactTarget**: [ExactTarget/javascript](https://github.com/ExactTarget/javascript)
34733472
- **Expensify** [Expensify/Style-Guide](https://github.com/Expensify/Style-Guide/blob/master/javascript.md)
34743473
- **Flexberry**: [Flexberry/javascript-style-guide](https://github.com/Flexberry/javascript-style-guide)
3475-
- **Gawker Media**: [gawkermedia/javascript](https://github.com/gawkermedia/javascript)
3474+
- **Gawker Media**: [gawkermedia](https://github.com/gawkermedia/)
34763475
- **General Electric**: [GeneralElectric/javascript](https://github.com/GeneralElectric/javascript)
34773476
- **Generation Tux**: [GenerationTux/javascript](https://github.com/generationtux/styleguide)
34783477
- **GoodData**: [gooddata/gdc-js-style](https://github.com/gooddata/gdc-js-style)
34793478
- **Grooveshark**: [grooveshark/javascript](https://github.com/grooveshark/javascript)
34803479
- **Grupo-Abraxas**: [Grupo-Abraxas/javascript](https://github.com/Grupo-Abraxas/javascript)
34813480
- **Honey**: [honeyscience/javascript](https://github.com/honeyscience/javascript)
34823481
- **How About We**: [howaboutwe/javascript](https://github.com/howaboutwe/javascript-style-guide)
3483-
- **Huballin**: [huballin/javascript](https://github.com/huballin/javascript)
3482+
- **Huballin**: [huballin](https://github.com/huballin/)
34843483
- **HubSpot**: [HubSpot/javascript](https://github.com/HubSpot/javascript)
34853484
- **Hyper**: [hyperoslo/javascript-playbook](https://github.com/hyperoslo/javascript-playbook/blob/master/style.md)
34863485
- **InterCity Group**: [intercitygroup/javascript-style-guide](https://github.com/intercitygroup/javascript-style-guide)
34873486
- **Jam3**: [Jam3/Javascript-Code-Conventions](https://github.com/Jam3/Javascript-Code-Conventions)
34883487
- **JeopardyBot**: [kesne/jeopardy-bot](https://github.com/kesne/jeopardy-bot/blob/master/STYLEGUIDE.md)
34893488
- **JSSolutions**: [JSSolutions/javascript](https://github.com/JSSolutions/javascript)
34903489
- **Kaplan Komputing**: [kaplankomputing/javascript](https://github.com/kaplankomputing/javascript)
3491-
- **KickorStick**: [kickorstick/javascript](https://github.com/kickorstick/javascript)
3490+
- **KickorStick**: [kickorstick](https://github.com/kickorstick/)
34923491
- **Kinetica Solutions**: [kinetica/javascript](https://github.com/kinetica/Javascript-style-guide)
34933492
- **LEINWAND**: [LEINWAND/javascript](https://github.com/LEINWAND/javascript)
34943493
- **Lonely Planet**: [lonelyplanet/javascript](https://github.com/lonelyplanet/javascript)
@@ -3498,8 +3497,8 @@ Other Style Guides
34983497
- **MitocGroup**: [MitocGroup/javascript](https://github.com/MitocGroup/javascript)
34993498
- **ModCloth**: [modcloth/javascript](https://github.com/modcloth/javascript)
35003499
- **Money Advice Service**: [moneyadviceservice/javascript](https://github.com/moneyadviceservice/javascript)
3501-
- **Muber**: [muber/javascript](https://github.com/muber/javascript)
3502-
- **National Geographic**: [natgeo/javascript](https://github.com/natgeo/javascript)
3500+
- **Muber**: [muber](https://github.com/muber/)
3501+
- **National Geographic**: [natgeo](https://github.com/natgeo/)
35033502
- **Nimbl3**: [nimbl3/javascript](https://github.com/nimbl3/javascript)
35043503
- **Nulogy**: [nulogy/javascript](https://github.com/nulogy/javascript)
35053504
- **Orange Hill Development**: [orangehill/javascript](https://github.com/orangehill/javascript)
@@ -3509,13 +3508,13 @@ Other Style Guides
35093508
- **Razorfish**: [razorfish/javascript-style-guide](https://github.com/razorfish/javascript-style-guide)
35103509
- **reddit**: [reddit/styleguide/javascript](https://github.com/reddit/styleguide/tree/master/javascript)
35113510
- **React**: [facebook.github.io/react/contributing/how-to-contribute.html#style-guide](https://facebook.github.io/react/contributing/how-to-contribute.html#style-guide)
3512-
- **REI**: [reidev/js-style-guide](https://github.com/rei/code-style-guides/blob/master/docs/javascript.md)
3511+
- **REI**: [reidev/js-style-guide](https://github.com/rei/code-style-guides/)
35133512
- **Ripple**: [ripple/javascript-style-guide](https://github.com/ripple/javascript-style-guide)
35143513
- **Sainsbury's Supermarkets**: [jsainsburyplc](https://github.com/jsainsburyplc)
35153514
- **SeekingAlpha**: [seekingalpha/javascript-style-guide](https://github.com/seekingalpha/javascript-style-guide)
35163515
- **Shutterfly**: [shutterfly/javascript](https://github.com/shutterfly/javascript)
35173516
- **Sourcetoad**: [sourcetoad/javascript](https://github.com/sourcetoad/javascript)
3518-
- **Springload**: [springload/javascript](https://github.com/springload/javascript)
3517+
- **Springload**: [springload](https://github.com/springload/)
35193518
- **StratoDem Analytics**: [stratodem/javascript](https://github.com/stratodem/javascript)
35203519
- **SteelKiwi Development**: [steelkiwi/javascript](https://github.com/steelkiwi/javascript)
35213520
- **StudentSphere**: [studentsphere/javascript](https://github.com/studentsphere/guide-javascript)

0 commit comments

Comments
 (0)