Skip to content
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

Merged
merged 3 commits into from
Jul 19, 2024
Merged

Conversation

sa-bpelakh
Copy link
Collaborator

  • Make sure preformatted blocks properly render in HTML
  • Properly patch local and relative documentation links in the README

@@ -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).
Copy link
Collaborator

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.

bundle.yaml Show resolved Hide resolved
@@ -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).
Copy link
Collaborator

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.

Copy link
Contributor

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 ...

migration/v13.0/README.md Outdated Show resolved Hide resolved
migration/v13.0/README.md Outdated Show resolved Hide resolved
@rjyounes rjyounes merged commit 12b7729 into migrationREADME Jul 19, 2024
1 check passed
@rjyounes rjyounes deleted the migrationREADME-updates branch July 19, 2024 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants