Skip to content

Commit 1067ba0

Browse files
Merge pull request #486 from norman-abramovitz/main
Fix wiki link in README.md
2 parents c9a6033 + d092e50 commit 1067ba0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,18 @@ approval, please submit a pull request according to the guidelines below.
3737
```
3838
Please make sure the spacing and colons are correct and that the fields are alphabetized in the entry. The following describes each field's usage.
3939
40+
[iso8601]: https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations
41+
4042
Field | Description
4143
------ | ---------
4244
`authors` | Fields to detail the authors of the plugin<br>`name`: name of author<br>`homepage`: **Optional** link to the homepage of the author<br>`contact`: **Optional** ways to contact author, email, twitter, phone etc ...
4345
`binaries` | This section has fields detailing the various binary versions of your plugin. To reach as large an audience as possible, we encourage contributors to cross-compile their plugins on as many platforms as possible. Go provides everything you need to cross-compile for different platforms<br>`platform`: The os for this binary. Supports `osx`, `linux32`, `linux64`, `win32`, `win64`<br>`url`: A versioned HTTPS link to the binary file itself<br>`checksum`: SHA-1 of the binary file for verification<br>**Use a unique URL that includes the release version** for each release of your plugin, as each binary will have a unique checksum.
4446
`company` | **Optional** field detailing company or organization that created the plugin
45-
`created` | date of first submission of the plugin, in [iso 8601 combined date and time with timezone format](https://en.wikipedia.org/wiki/iso_8601#combined_date_and_time_representations)
47+
`created` | date of first submission of the plugin, in [iso 8601 combined date and time with timezone format][iso8601]
4648
`description` | describe your plugin in a line or two. this description will show up when your plugin is listed on the command line
4749
`homepage` | Link to the homepage where the source code is hosted. Currently we only support open source plugins
4850
`name` | name of your plugin, must not conflict with other existing plugins in the repo. **It must also match the name your plugin returns.**
49-
`updated` | Date of last update of the plugin, in [ISO 8601 Combined Date and Time with Timezone Format](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations)
51+
`updated` | Date of last update of the plugin, in [ISO 8601 Combined Date and Time with Timezone Format][iso8601]
5052
`version` | version number of your plugin, in [major].[minor].[build] form
5153

5254
1. run `go run sort/main.go repo-index.yml`. This will sort your additions to the file.

0 commit comments

Comments
 (0)