Skip to content

Commit 0c6f48d

Browse files
committed
GitTools#4017 - fix markdown linting
1 parent 1014862 commit 0c6f48d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/input/docs/reference/configuration.source.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ tag-prefix: '[abc]'
4848
4949
The built-in configuration for the `GitFlow` workflow (`workflow: GitFlow/v1`) looks like:
5050

51-
snippet: docs/input/docs/workflows/GitFlow/v1.yml
51+
snippet: docs/workflows/GitFlow/v1.yml
5252

5353
The supported built-in configuration for the `GitHubFlow` workflow (`workflow: GitHubFlow/v1`) looks like:
5454

55-
snippet: docs/input/docs/workflows/GitHubFlow/v1.yml
55+
snippet: docs/workflows/GitHubFlow/v1.yml
5656

5757
The preview built-in configuration (experimental usage only) for the `TrunkBased` workflow (`workflow: TrunkBased/preview1`) looks like:
5858

59-
snippet: docs/input/docs/workflows/TrunkBased/preview1.yml
59+
snippet: docs/workflows/TrunkBased/preview1.yml
6060

6161
The details of the available options are as follows:
6262

docs/input/docs/reference/modes/manual-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ remain on the same pre-released version until it has been deployed dedicatedly.
1515

1616
The thing about manual deployment is that there will be _multiple_ candidates
1717
to deploy on testing and it is a human choice to deploy. This means that
18-
GitVersion will build **the same semantic version** until that version is
18+
GitVersion will build __the same semantic version__ until that version is
1919
deployed. For instance:
2020

2121
* 1.1.0-2+1

0 commit comments

Comments
 (0)