Skip to content

Commit

Permalink
DOC: Fix CONTRIBUTING file link in binary data upload file
Browse files Browse the repository at this point in the history
Fix `CONTRIBUTING` file link in binary data upload file.

Take advantage of the commit to add the link to `data.kitware.com` where
previously was not present for a better discoverability.
  • Loading branch information
jhlegarreta committed Nov 3, 2022
1 parent f423f2d commit 460e3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/UploadBinaryData.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ When `./Utilities/SetupForDevelopment.sh` is executed, as described in
[CONTRIBUTING.md], authentication to Girder is configured in Git. If the Git
`girder.api-key` config or `GIRDER_API_KEY` environmental variable is not set,
a prompt will appear for your username and password. The API key can be
created in the data.kitware.com user account web browser interface.
created in the [data.kitware.com] user account web browser interface.

To upload new binary testing data:

Expand Down Expand Up @@ -175,7 +175,7 @@ actual file is desired in the build tree. Stage the new file to your commit:
[ITK Software Guide]: https://itk.org/ItkSoftwareGuide.pdf
[solution to this problem]: https://blog.kitware.com/cmake-externaldata-using-large-files-with-distributed-version-control/
[UploadBinaryData.sh]: ../Utilities/UploadBinaryData.sh
[CONTRIBUTING.md]: ../../CONTRIBUTING.md
[CONTRIBUTING.md]: ../CONTRIBUTING.md

[Analyze format]: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
[MD5 hash]: https://en.wikipedia.org/wiki/MD5
Expand Down

0 comments on commit 460e3b6

Please sign in to comment.