diff options
author | P. J. McDermott <pjm@nac.net> | 2012-06-19 17:45:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-06-19 17:45:29 (EDT) |
commit | 0aa0db0a94502968a7fc1ee6e2c5b727f018ed9a (patch) | |
tree | c87aa828e2996b05f9251cef08c8ca568815efce | |
parent | 3febdeb9d176791279a46952ec381ee4e9d0da5f (diff) |
Fix Markdown link syntax.
-rw-r--r-- | policies/inclusion/about.mdwn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/policies/inclusion/about.mdwn b/policies/inclusion/about.mdwn index 04894e3..0b568f4 100644 --- a/policies/inclusion/about.mdwn +++ b/policies/inclusion/about.mdwn @@ -38,9 +38,7 @@ copies – modified or unmodified – of the software. For more information on software freedom and the rights of users and distributors of free, libre, and open-source software, see the [Free Software -Definition][]. - -[Free Software Definition]: https://www.gnu.org/philosophy/free-sw.html +Definition][fsd]. Effective Support ----------------- @@ -49,3 +47,6 @@ These requirements ensure that distribution maintainers are able to effectively support the software packages for which they are responsible. Specifically, maintainers are able to study and modify their packages in order to support users and resolve technical issues in the software. + + +[fsd]: https://www.gnu.org/philosophy/free-sw.html |