Skip to content

Commit 54169eb

Browse files
benhalversonphated
authored andcommitted
Docs: Fix broken gulp-header/gulp-footer links (closes #1851) (#1854)
1 parent 0469094 commit 54169eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/writing-a-plugin/guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
- For example: A JS minification plugin should not have an option that adds a header as well
1515
1. Your plugin shouldn't do things that other plugins are responsible for
1616
- It should not concat, [gulp-concat](https://github.com/contra/gulp-concat) does that
17-
- It should not add headers, [gulp-header](https://github.com/godaddy/gulp-header) does that
18-
- It should not add footers, [gulp-footer](https://github.com/godaddy/gulp-footer) does that
17+
- It should not add headers, [gulp-header](https://www.npmjs.com/package/gulp-header) does that
18+
- It should not add footers, [gulp-footer](https://www.npmjs.com/package/gulp-footer) does that
1919
- If it's a common but optional use case, document that your plugin is often used with another plugin
2020
- Make use of other plugins within your plugin! This reduces the amount of code you have to write and ensures a stable ecosystem.
2121
1. Your plugin **must be tested**

0 commit comments

Comments
 (0)