Migrate to readthedocs.io

This commit is contained in:
Jakob Stoklund Olesen
2016-04-27 16:08:08 -07:00
parent 4f40a2ae79
commit f1d43652ad
2 changed files with 3 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ Cretonne Code Generator
Cretonne is a low-level retargetable code generator. It translates a
target-independent intermediate language into executable machine code.
.. image:: https://readthedocs.org/projects/cretonne/badge/?version=latest
:target: http://cretonne.readthedocs.org/en/latest/?badge=latest
.. image:: https://readthedocs.io/projects/cretonne/badge/?version=latest
:target: http://cretonne.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Cretonne is designed to be a code generator for WebAssembly with these design

View File

@@ -3,7 +3,7 @@ authors = ["The Cretonne Project Developers"]
name = "cretonne"
version = "0.0.0"
description = "Low-level code generator library"
documentation = "https://cretonne.readthedocs.org/"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/stoklund/cretonne"
publish = false
build = "build.rs"