From facc260dd62d89ce749d1916d505a21f532b25d6 Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Mon, 23 Feb 2015 21:12:26 +0100 Subject: [PATCH] Update file --- readme.markdown | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/readme.markdown b/readme.markdown index c95e530..1f399b4 100644 --- a/readme.markdown +++ b/readme.markdown @@ -4,20 +4,20 @@ On November 25th, 2013, [Creative Commons](http://creativecommons.org/) announce Unfortunately, the output currently varies on different Markdown viewers, in particular when it comes to indentation levels. You can choose between these two branches: -* [Tabulator indentation](https://github.com/idleberg/Creative-Commons-Markdown/tree/tabulators/licenses) might cause some blocks to be interpreted as code (e.g. on GitHub) -* [Space indentation](https://github.com/idleberg/Creative-Commons-Markdown/tree/spaces/licenses) results in less readable files when viewed as plain text +* [Tabulator indentation](https://github.com/idleberg/Creative-Commons-Markdown/tree/tabulators) might cause some blocks to be interpreted as code (e.g. on GitHub) +* [Space indentation](https://github.com/idleberg/Creative-Commons-Markdown/tree/spaces) results in less readable files when viewed as plain text Hopefully the [CommonMark](http://commonmark.org/) specification will sort out these issues in the future. ## Licenses -* `BY` [Attribution](licenses/by.markdown) -* `BY-NC` [Attribution-NonCommercial](licenses/by-nc.markdown) -* `BY-NC-ND` [Attribution-NonCommercial-NoDerivatives](licenses/by-nc-nd.markdown) -* `BY-NC-SA` [Attribution-NonCommercial-ShareAlike](licenses/by-nc-sa.markdown) -* `BY-ND` [Attribution-NoDerivatives](licenses/by-nd.markdown) -* `BY-SA` [Attribution-ShareAlike](licenses/by-sa.markdown) -* `C0` [CC0](licenses/zero.markdown) +* `BY` [Attribution](https://raw.githubusercontent.com/idleberg/Creative-Commons-Markdown/spaces/4.0/licenses/by.markdown) +* `BY-NC` [Attribution-NonCommercial](https://raw.githubusercontent.com/idleberg/Creative-Commons-Markdown/spaces/4.0/licenses/by-nc.markdown) +* `BY-NC-ND` [Attribution-NonCommercial-NoDerivatives](https://raw.githubusercontent.com/idleberg/Creative-Commons-Markdown/spaces/4.0/licenses/by-nc-nd.markdown) +* `BY-NC-SA` [Attribution-NonCommercial-ShareAlike](https://raw.githubusercontent.com/idleberg/Creative-Commons-Markdown/spaces/4.0/licenses/by-nc-sa.markdown) +* `BY-ND` [Attribution-NoDerivatives](https://raw.githubusercontent.com/idleberg/Creative-Commons-Markdown/spaces/4.0/licenses/by-nd.markdown) +* `BY-SA` [Attribution-ShareAlike](https://raw.githubusercontent.com/idleberg/Creative-Commons-Markdown/spaces/4.0/licenses/by-sa.markdown) +* `C0` [CC0](https://raw.githubusercontent.com/idleberg/Creative-Commons-Markdown/spaces/4.0/licenses/zero.markdown) ## File extension