MD034 Bare URL used
This commit is contained in:
@@ -67,7 +67,7 @@ But for some actions like voting, you will need a verified user, the seeds file
|
||||
|
||||
## Documentation
|
||||
|
||||
You can find this project documentation at https://github.com/consul/docs.
|
||||
You can find this project documentation at <https://github.com/consul/docs>.
|
||||
|
||||
## License
|
||||
|
||||
|
||||
@@ -14,4 +14,4 @@ If you want to overwrite any image, firstly you need to find out the filename, a
|
||||
|
||||
You'll find the city map at [`/app/assets/images/map.jpg`](https://github.com/consul/consul/blob/master/app/assets/images/map.jpg), just replace it with an image of your cities districts ([example](https://github.com/ayuntamientomadrid/consul/blob/master/app/assets/images/map.jpg)).
|
||||
|
||||
Afterwards we recommend you to use an online tool like http://imagemap-generator.dariodomi.de/ or https://www.image-map.net/ to generate the html coordinates to be able to generate a [image-map](https://www.w3schools.com/tags/tag_map.asp) for each of the districts. Those coordinates should be introduced on the respective Geozones at the admin geozones panel (`/admin/geozones`).
|
||||
Afterwards we recommend you to use an online tool like <http://imagemap-generator.dariodomi.de/> or <https://www.image-map.net/> to generate the html coordinates to be able to generate a [image-map](https://www.w3schools.com/tags/tag_map.asp) for each of the districts. Those coordinates should be introduced on the respective Geozones at the admin geozones panel (`/admin/geozones`).
|
||||
|
||||
@@ -10,11 +10,11 @@ The list shows, ordered by votes descending, those elements that:
|
||||
|
||||
## How to try it
|
||||
|
||||
In our local installation, if we haven't logged in, we can check at http://localhost:3000/proposals that the "recommendations" ordering isn't present:
|
||||
In our local installation, if we haven't logged in, we can check at <http://localhost:3000/proposals> that the "recommendations" ordering isn't present:
|
||||
|
||||

|
||||
|
||||
Once we log in we see the menu, but because we don't aren't following any proposals we get the message "Follow proposals so we can give you recommendations" at http://localhost:3000/proposals?locale=en&order=recommendations&page=1
|
||||
Once we log in we see the menu, but because we don't aren't following any proposals we get the message "Follow proposals so we can give you recommendations" at <http://localhost:3000/proposals?locale=en&order=recommendations&page=1>
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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>.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# CONSUL Documentation and guides
|
||||
|
||||
There are several guides where you can read very detailed information about CONSUL and its possibilities. You can find them all at: http://consulproject.org/en/#documentation
|
||||
There are several guides where you can read very detailed information about CONSUL and its possibilities. You can find them all at: <http://consulproject.org/en/#documentation>
|
||||
|
||||
- **CONSUL Use Guide**. In this guide you can see different ways to use CONSUL and examples of participation processes.
|
||||
- **CONSUL Administration Guide**. This guide contains detailed information on the administration and management of CONSUL.
|
||||
|
||||
Reference in New Issue
Block a user