aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-04-13 09:22:16 +0000
committerbloodstalker <thabogre@gmail.com>2017-04-13 09:22:16 +0000
commit5a0f84b4a0615002b603954c112427b59d78b782 (patch)
tree031ade6914d885ce9dee948fbc288637c648aa31
parentMerge branch 'master' of https://github.com/bloodstalker/mutator (diff)
downloadmutator-5a0f84b4a0615002b603954c112427b59d78b782.tar.gz
mutator-5a0f84b4a0615002b603954c112427b59d78b782.zip
fixed a broken link
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b28a35..6849750 100644
--- a/README.md
+++ b/README.md
@@ -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/>