diff --git a/1.2-Plugin-Source-Directory.md b/1.2-Plugin-Source-Directory.md index a9fee87..bc97c0a 100644 --- a/1.2-Plugin-Source-Directory.md +++ b/1.2-Plugin-Source-Directory.md @@ -12,8 +12,8 @@ | Dir. Name | Description | |------|-------------| | [`class/`](https://github.com/markcheret/footnotes/wiki/1.2.1-Plugin-Classes-Directory) | Contains the Plugin PHP code, providing most of its functionality. | -| `css/` | Contains the Plugin stylesheets. | -| `img/` | Contains images used by the Plugin (@todo can this be merged with the root `assets/` dir?). | -| `js/` | Contains JavaScript files used by the Plugin. | -| `languages/` | Contains Plugin translation files for various languages. | -| `templates/` | Contains HTML template files used by the Plugin to render various page elements. | \ No newline at end of file +| [`css/`](https://github.com/markcheret/footnotes/wiki/1.3.2-Plugin-Stylesheets-Directory) | Contains the Plugin stylesheets. | +| [`img/`](https://github.com/markcheret/footnotes/wiki/1.3.3-Plugin-Images-Directory) | Contains images used by the Plugin (@todo can this be merged with the root `assets/` dir?). | +| [`js/`](https://github.com/markcheret/footnotes/wiki/1.3.4-Plugin-Scripts-Directory) | Contains JavaScript files used by the Plugin. | +| [`languages/`](https://github.com/markcheret/footnotes/wiki/1.3.5-Plugin-Translations-Directory) | Contains Plugin translation files for various languages. | +| [`templates/`](https://github.com/markcheret/footnotes/wiki/1.3.6-Plugin-Templates-Directory) | Contains HTML template files used by the Plugin to render various page elements. | \ No newline at end of file