Skip to content

Commit bc776b3

Browse files
authored
typo fixes (#292)
1 parent 38fe5df commit bc776b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/topics/best-practices.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ all are required.
1717
to write your own (see the link below to learn more about choosing a license), and our recommended
1818
practice is to choose a license that allows for re-use by anyone, e.g. [Apache 2.0][apache-license].
1919

20-
If possible, the license should be specified wit its corresponding [SPDX identifier][spdx].
20+
If possible, the license should be specified with its corresponding [SPDX identifier][spdx].
2121
Construct the metadata field for the licence by providing a URL of the form
22-
`https://spdx.org/licenses/[SPDX-ID]` where `SPDX-ID` is the taken from the list of identifiers
22+
`https://spdx.org/licenses/[SPDX-ID]` where `SPDX-ID` is taken from the list of identifiers
2323
linked above. See the example snippet below for guidance. For non-standard licenses without an SPDX
2424
identifier, provide a URL to the license.
2525

@@ -34,8 +34,8 @@ all are required.
3434
# other s: declarations
3535
```
3636

37-
For more examples of providing metadata within CWL descriptions, see the
38-
Metadata and Authorship section of this User Guide.
37+
For more examples of providing metadata within CWL descriptions, see
38+
[the Metadata and Authorship section of this User Guide](../topics/metadata-and-authorship.md).
3939

4040
- Include [attribution information][license-example] for the author(s) of
4141
the CWL tool or workflow description. Use unambiguous identifiers like

0 commit comments

Comments
 (0)