diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-28 16:30:42 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-28 16:30:42 -0700 |
commit | ea73a974de917f8896785ce340b354ee97f3c100 (patch) | |
tree | 4bf23312f3d16526cc407fb08d7e2da1bb018325 /guide/src/style_guide.md | |
parent | 8589fe48a7446c394441a9f2f48384cd3e457f17 (diff) | |
download | fatcat-ea73a974de917f8896785ce340b354ee97f3c100.tar.gz fatcat-ea73a974de917f8896785ce340b354ee97f3c100.zip |
guide: fix markdown ref links
Diffstat (limited to 'guide/src/style_guide.md')
-rw-r--r-- | guide/src/style_guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guide/src/style_guide.md b/guide/src/style_guide.md index d670691a..87d5e74a 100644 --- a/guide/src/style_guide.md +++ b/guide/src/style_guide.md @@ -20,7 +20,7 @@ documentation (such as DOI `10.5555/12345678`) are allowed (and the entity should be tagged as a fake or example). Non-registered "identifier-like strings", which are semantically valid but not registered, should not exist in Fatcat metadata in an identifier column. Invalid identifier strings can be -stored in "extra" metadata. Crossref has [blogged]() about this distinction. +stored in "extra" metadata. Crossref has [blogged][] about this distinction. [blogged]: https://www.crossref.org/blog/doi-like-strings-and-fake-dois/ @@ -33,7 +33,7 @@ bots. DOIs should *always* be stored and transferred in lower-case form. Note that there are almost no other constraints on DOIs (and handles in general): they may have multiple forward slashes, whitespace, of arbitrary length, etc. -Crossref has a [number of examples]() of such "valid" but frustratingly +Crossref has a [number of examples][] of such "valid" but frustratingly formatted strings. [number of examples]: https://www.crossref.org/blog/dois-unambiguously-and-persistently-identify-published-trustworthy-citable-online-scholarly-literature-right/ |