diff --git a/docs/1.0.md b/docs/1.0.md index 0500238..85e6616 100644 --- a/docs/1.0.md +++ b/docs/1.0.md @@ -147,11 +147,11 @@ This is the full name or alias of the person. This value cannot be blank. - **role:** (optional) Used to identify what role the person serves on the show or episode. This should be a reference to an official role within the Podcast Taxonomy Project list (see below). If `role` is missing then "host" is assumed. - **group:** (optional) This should be a reference to an official group within the Podcast Taxonomy Project list. If `group` is not present, then "cast" is assumed. - **img:** (optional) This is the url of a picture or avatar of the person. - - **href:** (optional) The url to a relevant resource of information about the person, such as a homepage or third-party profile platform. Please see the [example feed](example.xml) for possible choices of what to use here. + - **href:** (optional) The url to a relevant resource of information about the person, such as a homepage or third-party profile platform. Please see the [example feed](https://github.com/Podcastindex-org/podcast-namespace/blob/main/example.xml) for possible choices of what to use here. The `role` and `group` attributes are case-insensitive. So, "Host" is the same as "host", and "Cover Art Designer" is the same as "cover art designer". -The full taxonomy list is [here](taxonomy.json) as a json file. +The full taxonomy list is [here](https://github.com/Podcastindex-org/podcast-namespace/blob/main/taxonomy.json) as a json file. Please do not exceed `128 characters` for the node value or attribute values, or they may be truncated by aggregators.