diff options
author | bloodstalker <thabogre@gmail.com> | 2017-04-13 09:22:16 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-04-13 09:22:16 +0000 |
commit | 5a0f84b4a0615002b603954c112427b59d78b782 (patch) | |
tree | 031ade6914d885ce9dee948fbc288637c648aa31 | |
parent | Merge branch 'master' of https://github.com/bloodstalker/mutator (diff) | |
download | mutator-5a0f84b4a0615002b603954c112427b59d78b782.tar.gz mutator-5a0f84b4a0615002b603954c112427b59d78b782.zip |
fixed a broken link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ make install If you don't have them, you can build them or get them from a repo.<br/> To build LLVM/Clang from source take a look at [here](https://clang.llvm.org/get_started.html) and [here](http://llvm.org/docs/GettingStarted.html).<br/> To build `safercpp-arr` you to need to build Clang with RTTI enabled.<br/> -On Fedora you can just get the Requirements by dnf. For Ubuntu and Debian either look at mutator's `.travis.yaml` or check out the [nightly builds for Debian/Ubuntu](apt.llvm.org).<br/> +On Fedora you can just get the Requirements by dnf. For Ubuntu and Debian either look at mutator's `.travis.yaml` or check out the [nightly builds for Debian/Ubuntu](http://apt.llvm.org).<br/> ### Dev Status All the as-of-yet implemented features of the project are very much buildable and usable at all times, even during the dev phase on the master branch. If something's not working properly let me know.<br/> |