Skip to content

Commit 93267fc

Browse files
authored
Merge pull request #284 from ember-learn/replace-dead-broccoli-links
Replace dead Broccoli links
2 parents 487fe9f + cba2e5d commit 93267fc

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

guides/advanced-use/debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Some common steps are to stop the server, try one or more of these steps, and st
9292
[1]: https://nodejs.org/api/debugger.html
9393
[2]: https://docs.npmjs.com/cli/link
9494
[3]: https://www.emberobserver.com/addons/ember-power-select
95-
[4]: https://broccoli.build
96-
[5]: https://broccoli.build/plugins.html
95+
[4]: https://github.com/broccolijs/broccoli
96+
[5]: https://npmjs.com/search?q=keywords:broccoli-plugin
9797
[6]: https://github.com/broccolijs/broccoli-debug
9898
[7]: https://www.npmjs.com/package/debug

guides/advanced-use/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Ember uses Broccoli for the build process. Broccoli is an independent project th
1010
For example, if an app has content in the form of Markdown files that need to be turned into HTML during the build, it could be done with Broccoli. This very app you're reading content on right now follows that architecture, and the work was turned into a [Broccoli plugin](https://github.com/stonecircle/broccoli-static-site-json).
1111

1212
<!-- alex disable just -->
13-
Just like there are Ember community addons, there are a variety of Broccoli plugins too! For more information please visit plugins section of [Broccoli official website](https://broccoli.build/about.html#plugins)
13+
Just like there are Ember community addons, there are a variety of Broccoli plugins too!
14+
You can find plugins under the [broccoli-plugin keyword](https://npmjs.com/search?q=keywords:broccoli-plugin) on npm.
1415

1516
## Babel
1617

guides/advanced-use/stylesheets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Ember CLI supports plain CSS out of the box. You can add your CSS styles to
66
<!-- Ought to show how to import stylesheets from node_modules, or link to it in the guides if it's there -->
77

88
To use a CSS preprocessor, you'll need to install the appropriate
9-
[Broccoli plugin](https://broccoli.build/plugins.html). When using a
9+
[Broccoli plugin](https://npmjs.com/search?q=keywords:broccoli-plugin). When using a
1010
preprocessor, Broccoli is configured to look for an `app.less`, `app.scss`, `app.sass`,
1111
or `app.styl` manifest file in `app/styles`. This manifest should import any
1212
additional stylesheets.

guides/basic-use/folder-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The [`ember new`](../cli-commands/#createanewapp) command generates the files an
7373
<tr>
7474
<td><code>ember-cli-build.js</code></td>
7575
<td>
76-
This file describes how Ember CLI should build our app. Ember uses <a src="https://broccoli.build/"><code>Broccoli</code></a> to build the application
76+
This file describes how Ember CLI should build our app. Ember uses <a src="https://github.com/broccolijs/broccoli"><code>Broccoli</code></a> to build the application
7777
</td>
7878
</tr>
7979
<tr>

0 commit comments

Comments
 (0)