Merge pull request #355 from apankrat/patch-1

Fix 404 to backend_interface.md
This commit is contained in:
Dan Rowe 2013-10-21 07:13:31 -07:00
Родитель d17aba76f2 c281bce396
Коммит 6923bc987a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -22,7 +22,7 @@ backends can be run at once. To select which backends are loaded, set
the `backends` configuration variable to the list of backend modules to load.
Backends are just npm modules which implement the interface described in
section [Backend Interface](./BackendInterface.md). In order to be able to load the backend, add the
section [Backend Interface](./backend_interface.md). In order to be able to load the backend, add the
module name into the `backends` variable in your config. As the name is also
used in the `require` directive, you can load one of the provided backends by
giving the relative path (e.g. `./backends/graphite`).