Skip to content

Commit 1e628e7

Browse files
author
Jen Weber
authored
Merge pull request #24 from Gaurav0/move_dependencies
Move Managing Dependencies
2 parents 76343ba + 7d7fc00 commit 1e628e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

guides/writing-addons/dependencies.md renamed to guides/legacy/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,4 +404,4 @@ module.exports = function(defaults) {
404404
};
405405
```
406406

407-
_Note: [broccoli-static-compiler](https://github.com/joliss/broccoli-static-compiler) is deprecated. Use [broccoli-funnel](https://github.com/broccolijs/broccoli-funnel) instead._
407+
_Note: [broccoli-static-compiler](https://github.com/joliss/broccoli-static-compiler) is deprecated. Use [broccoli-funnel](https://github.com/broccolijs/broccoli-funnel) instead._

guides/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
url: 'deploying'
3838
- title: 'Wrapping existing libraries'
3939
url: 'wrappers'
40-
- title: 'Managing addon dependencies'
41-
url: 'dependencies'
4240

4341
- title: 'Advanced use'
4442
url: 'advanced-use'
@@ -81,3 +79,5 @@
8179
pages:
8280
- title: 'Asset Compilation'
8381
url: 'asset-compilation'
82+
- title: 'Managing Dependencies'
83+
url: 'dependencies'

0 commit comments

Comments
 (0)