Replace space with %20 in URL

Spaces are not allowed in the URL, so the link is broken. Spaces in the URL should be encoded as `%20` to make the link be rendered correctly.
See also: github/markup#1030
This commit is contained in:
Tse Kit Yam
2017-04-21 17:49:22 +08:00
committed by GitHub
parent 2a098a2b39
commit b8ace610c6

View File

@@ -21,7 +21,7 @@ your local changes are appropriate to pull back into the original guidelines, pl
- **Maintain the Guidelines** The C++ Core Guidelines were created from a wealth of knowledge spread across a number of organizations - **Maintain the Guidelines** The C++ Core Guidelines were created from a wealth of knowledge spread across a number of organizations
worldwide. If you or your organization is passionate about helping to create the guidelines, consider becoming an editor or maintainer. If worldwide. If you or your organization is passionate about helping to create the guidelines, consider becoming an editor or maintainer. If
you're a C++ expert who is serious about participating, please you're a C++ expert who is serious about participating, please
[email coreguidelines@isocpp.org](mailto:coreguidelines@isocpp.org?subject=Maintain the C++ Code Guidelines). [email coreguidelines@isocpp.org](mailto:coreguidelines@isocpp.org?subject=Maintain%20the%20C++%20Code%20Guidelines).
## Contributor License Agreement ## Contributor License Agreement
By contributing content to the C++ Core Guidelines (i.e., submitting a pull request for inclusion in this repository) you agree with the By contributing content to the C++ Core Guidelines (i.e., submitting a pull request for inclusion in this repository) you agree with the