-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix minor nits in migration README #1131
Conversation
sa-bpelakh
commented
Jul 16, 2024
- Make sure preformatted blocks properly render in HTML
- Properly patch local and relative documentation links in the README
migration/v13.0/README.md
Outdated
@@ -3,7 +3,7 @@ | |||
This file gives a quick overview of using the migration utilities provided | |||
by the gist team to help migrate from the previous version of gist. | |||
|
|||
> See also additional documentation in the file `../../docs/MajorVersionMigration.md`. | |||
> See also additional documentation in the [Major Version Migration](docs/MajorVersionMigration.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sa-bpelakh doesn't the link need to be relative to the current directory? See the link at the top of /migration/v13.0/AddressMigration.md to the document in the docs directory:
gist 13.0.0 introduces a new model of physical and electronic addresses (see [full documentation of the model](../../docs/models/AddressGuidance.md)).
This was tested and works.
migration/v13.0/README.md
Outdated
@@ -124,7 +126,7 @@ onto_tool bundle -v user <USER> -v password <PWD> | |||
- replaceAddressClasses replaces `gist:EmailAddress` with `gist:ElectronicAddress` | |||
- replaceAddressClasses replaces `gist:StreetAddress` with `gist:PhysicalAddress` | |||
|
|||
The different types and uses of addresses can be modeled as categories; see [the address migration documentation(AddressMigration.md) as well as the [full documentation of the new address model](/docs/model_documentation/AddressGuidance.md). | |||
The different types and uses of addresses can be modeled as categories; see [the address migration documentation](./AddressMigration.md) as well as the [full documentation of the new address model](docs/models/AddressGuidance.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, this link is not going to work in the repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two links are still not working ...
major version migration
full documentation ...