Use lower-case letters for github URLs.

This makes it a little more consistent; now, "cretonne" is never capitalized
in identifier, path, or URL contexts. It is capitalized in natural
language contexts when referring to the project.
This commit is contained in:
Dan Gohman
2018-04-17 08:55:46 -07:00
parent 24fa169e1f
commit f43b6aca1a
13 changed files with 23 additions and 23 deletions

View File

@@ -10,12 +10,12 @@ machine code.
:target: https://cretonne.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://travis-ci.org/Cretonne/cretonne.svg?branch=master
:target: https://travis-ci.org/Cretonne/cretonne
.. image:: https://travis-ci.org/cretonne/cretonne.svg?branch=master
:target: https://travis-ci.org/cretonne/cretonne
:alt: Build Status
.. image:: https://badges.gitter.im/Cretonne/cretonne.png
:target: https://gitter.im/Cretonne/Lobby/~chat
.. image:: https://badges.gitter.im/cretonne/cretonne.png
:target: https://gitter.im/cretonne/Lobby/~chat
:alt: Gitter chat
For more information, see `the documentation
@@ -37,7 +37,7 @@ produced by Cretonne is not yet impressive, though we have plans to fix that.
The core codegen crates have minimal dependencies, and do not require any host
floating-point support. Support for `no_std` mode in the core codegen crates is
`in development <https://github.com/Cretonne/cretonne/tree/no_std>`_.
`in development <https://github.com/cretonne/cretonne/tree/no_std>`_.
Cretonne does not yet perform mitigations for Spectre or related security
issues, though it may do so in the future. It does not currently make any