MD034 Bare URL used

This commit is contained in:
taitus
2023-03-22 10:46:15 +01:00
parent 0d6a88abca
commit 32f825b6a6
15 changed files with 17 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
[Travis](https://travis-ci.org/) is a Continuous Integration service, free for OpenSource projects (like Consul and it's forks). It will help you check on each Pull Request if the test suite is alright.
1. Visit https://github.com/marketplace/travis-ci and click the "**Install it for free**" green button at the bottom of the page.
1. Visit <https://github.com/marketplace/travis-ci> and click the "**Install it for free**" green button at the bottom of the page.
2. Click on the "**Complete order and begin installation**" green button.

View File

@@ -6,7 +6,7 @@ Consul git repo is hosted at Github.com, we recommend using it for your fork's r
2. [Create an Organization](https://help.github.com/articles/creating-a-new-organization-from-scratch/) on Github with the name of your city or the organization that's going to use Consul. **This is not mandatory**, but it will help understand the fork's purpose and future contributions by other users.
3. [Fork Consul](https://help.github.com/articles/fork-a-repo/) using the **fork** button on the top right corner at https://github.com/consul/consul.
3. [Fork Consul](https://help.github.com/articles/fork-a-repo/) using the **fork** button on the top right corner at <https://github.com/consul/consul>
4. [Clone your fork repository](https://help.github.com/articles/cloning-a-repository/) on to your computer.

View File

@@ -66,4 +66,4 @@ C. You get some git errors along with a `Automatic merge failed; fix conflicts a
Now you can just simply push your **upstream** branch to github and create a Pull Request so you can easily check all changes going into your repo, and see your tests suite runs.
Remember you can always quickly check changes that will come from CONSUL to your fork by replacing **your_org_name** on the url: https://github.com/your_org_name/consul/compare/master...consul:master.
Remember you can always quickly check changes that will come from CONSUL to your fork by replacing **your_org_name** on the url: <https://github.com/your_org_name/consul/compare/master...consul:master>.