diff --git a/Contributing.md b/Contributing.md index 7e5423ab..168c97de 100644 --- a/Contributing.md +++ b/Contributing.md @@ -20,7 +20,7 @@ consistent with our vision for EDMC. Fundamental changes in particular need to b Version conventions --- -Please see [docs/Releasing.md#Version-Strings](docs/Releasing.md#version-strings) +Please see [Version Strings](docs/Releasing.md#version-strings) for a description of the currently used version strings. Historically a `A.BC` form was used, based on an internal `A.B.C.D` version diff --git a/docs/Releasing.md b/docs/Releasing.md index 0893a81b..af8a8fb9 100644 --- a/docs/Releasing.md +++ b/docs/Releasing.md @@ -154,7 +154,7 @@ release, using a name like `release-4.0.2`. Do not use the tag 1. Get all the relevant code changes into this branch. This might mean merging from another branch, such as an issue-specific one, or possibly -cherry-picking commits. See [Contributing Guidelines](docs/Contributing.md) +cherry-picking commits. See [Contributing Guidelines](Contributing.md) for how such branches should be named. 1. You should have already decided on the new @@ -165,7 +165,7 @@ commit for this change.** 1. Prepare a changelog text for the release. You'll need this both for the GitHub release and the contents of the `edmarketconnector.xml` file if making a `stable` release, as well as any social media posts you make. - 1. The primary location of the changelog is [Changelog.md](Changelog.md) - + 1. The primary location of the changelog is [Changelog.md](../Changelog.md) - update this first. 1. To be sure you include all the changes look at the git log since the prior appropriate (pre-)release.