diff --git a/README.md b/README.md index eb5fd15..701d4a9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ represented in a specific (or any) LLVM version. features](https://llvm.org/docs/LangRef.html), but there are places where our coverage of the LLVM language is incomplete. If you need a LLVM feature that is not currently supported by `llvm-pretty`, please [file an -issue](https://github.com/elliottt/llvm-pretty/issues/new). +issue](https://github.com/GaloisInc/llvm-pretty/issues/new). ## `llvm-pretty` versus `llvm-pretty-bc-parser` diff --git a/llvm-pretty.cabal b/llvm-pretty.cabal index 3191fd7..efbb876 100644 --- a/llvm-pretty.cabal +++ b/llvm-pretty.cabal @@ -19,7 +19,7 @@ extra-doc-files: CHANGELOG.md, README.md source-repository head type: git - location: http://github.com/elliottt/llvm-pretty + location: http://github.com/GaloisInc/llvm-pretty common common Default-language: Haskell2010