diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-04-04 19:09:44 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-04-04 19:09:44 -0700 |
commit | 411dce1419f4fe8612a5f20559b2db5991400b56 (patch) | |
tree | ffd6c22c1ec43a2012e51f294b7f683e3a1b5d6c | |
parent | 5d7bce1ebef2885f3d21b87cadcd18c90ea7d21a (diff) | |
download | fatcat-411dce1419f4fe8612a5f20559b2db5991400b56.tar.gz fatcat-411dce1419f4fe8612a5f20559b2db5991400b56.zip |
guide: tweak fileset rel notes
-rw-r--r-- | guide/src/entity_fileset.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guide/src/entity_fileset.md b/guide/src/entity_fileset.md index 818bb9bd..8a9ea832 100644 --- a/guide/src/entity_fileset.md +++ b/guide/src/entity_fileset.md @@ -37,9 +37,9 @@ appended to the "base" URL to get a file download URL. Any "bundle" implies a direct link to an archive or "bundle" (like `.zip` or `.tar`) which contains all the files in this fileset -- `repository` or `platform`: URL of a live-web landing page or other location - where content can be found. May or may not be machine-reachable. -- `webarchive`: web archive version of `repository` +- `repository` or `platform` or `web`: URL of a live-web landing page or other + location where content can be found. May or may not be machine-reachable. +- `webarchive`: web archive version of `repository` landing page - `repository-bundle`: direct URL to a live-web "archive" file, such as `.zip`, which contains all of the individual files in this fileset - `webarchive-bundle`: web archive version of `repository-bundle` |