mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 19:28:50 +01:00
Update docs: using:
field value should be a link to LICENSE implementation
Practice since #358 see #372 and #377 for examples.
This commit is contained in:
parent
c2d70ffc34
commit
69095b6f93
@ -54,7 +54,7 @@ Licenses sit in the `/_licenses` folder. Each license has YAML front matter desc
|
||||
* `hidden` - Whether the license is hidden from the license list (defaults to true)
|
||||
* `nickname` - Customary short name if applicable (e.g, GPLv3)
|
||||
* `note` - Additional information about the licenses
|
||||
* `using` - A list of notable projects using the license in the form of `project_name: "url"`
|
||||
* `using` - A list of up to 3 notable projects using the license and a link to each of their LICENSE files in the form of `project_name: "url"`
|
||||
* `redirect_from` - Relative path(s) to redirect to the license from, to prevent breaking old URLs
|
||||
|
||||
### Auto-populated fields
|
||||
|
@ -52,7 +52,7 @@
|
||||
required: false
|
||||
|
||||
- name: using
|
||||
description: 'A list of notable projects using the license in the form of `project_name: "url"`'
|
||||
description: 'A list of up to 3 notable projects using the license and a link to each of their LICENSE files in the form of `project_name: "url"`'
|
||||
required: false
|
||||
|
||||
- name: redirect_from
|
||||
|
Loading…
Reference in New Issue
Block a user