فهرست منبع

Add codespell link to documentation.

Dan Helfman 2 سال پیش
والد
کامیت
275e99d0b9
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      docs/how-to/develop-on-borgmatic.md

+ 2 - 1
docs/how-to/develop-on-borgmatic.md

@@ -74,7 +74,8 @@ tox -e isort
 ```
 
 Similarly, if you get errors about spelling mistakes in source code, you can
-ask codespell to correct them:
+ask [codespell](https://github.com/codespell-project/codespell) to correct
+them:
 
 ```bash
 tox -e codespell