1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

Merge pull request #72 from github/license-relative-links

licenses: make all permalinks relative
This commit is contained in:
Phil Haack 2013-06-15 12:29:49 -07:00
commit e265b4b988
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
layout: license
title: Artistic License 2.0
permalink: /artistic/
permalink: artistic/
source: http://opensource.org/licenses/Artistic-2.0

View File

@ -1,7 +1,7 @@
---
layout: license
title: BSD 2-Clause license
permalink: /bsd/
permalink: bsd/
description: A permissive license that comes in two variants, the <a href="bsd">BSD 2-Clause</a> and <a href="bsd-3-clause">BSD 3-Clause</a>. Both have very minute differences to the MIT license.