diff options
author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-09-04 16:52:11 +0000 |
---|---|---|
committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-09-04 16:52:11 +0000 |
commit | 37a23520737b748ee98a9417e2df49f788041d80 (patch) | |
tree | d8cbf29a64207ca3f06ddddae91072c537084197 /sandbox/code-block-directive/docs | |
parent | e28968fbb239a97417aaf839e52e9a04ae744b12 (diff) | |
download | docutils-37a23520737b748ee98a9417e2df49f788041d80.tar.gz |
Fix link to 2-Clause BSD license.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8554 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/code-block-directive/docs')
-rw-r--r-- | sandbox/code-block-directive/docs/syntax-highlight.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/code-block-directive/docs/syntax-highlight.txt b/sandbox/code-block-directive/docs/syntax-highlight.txt index 85c320494..beb6250ab 100644 --- a/sandbox/code-block-directive/docs/syntax-highlight.txt +++ b/sandbox/code-block-directive/docs/syntax-highlight.txt @@ -14,7 +14,7 @@ Syntax Highlight notice and this notice are preserved. This file is offered as-is, without any warranty. -.. _2-Clause BSD license: http://www.spdx.org/licenses/BSD-2-Clause +.. _2-Clause BSD license: http://opensource.org/licenses/BSD-2-Clause :Abstract: Proposal to add syntax highlight of code blocks to the capabilities of Docutils_. |