diff --git a/Package.swift b/Package.swift index 45b67c60..63520751 100644 --- a/Package.swift +++ b/Package.swift @@ -10,8 +10,8 @@ let package = Package( targets: ["LLVM"]), ], dependencies: [ - .package(url: "https://github.com/trill-lang/cllvm.git", from: "0.0.3"), - .package(url: "https://github.com/trill-lang/FileCheck.git", from: "0.0.3"), + .package(url: "https://github.com/llvm-swift/cllvm.git", from: "0.0.3"), + .package(url: "https://github.com/llvm-swift/FileCheck.git", from: "0.0.3"), ], targets: [ .target( diff --git a/README.md b/README.md index 7cdeb6e8..fbe8f409 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # LLVMSwift -[![Build Status](https://travis-ci.org/trill-lang/LLVMSwift.svg?branch=master)](https://travis-ci.org/trill-lang/LLVMSwift) [![Documentation](https://cdn.rawgit.com/trill-lang/LLVMSwift/master/docs/badge.svg)](https://trill-lang.github.io/LLVMSwift) [![Slack Invite](https://llvmswift-slack.herokuapp.com/badge.svg)](https://llvmswift-slack.herokuapp.com) +[![Build Status](https://travis-ci.org/llvm-swift/LLVMSwift.svg?branch=master)](https://travis-ci.org/llvm-swift/LLVMSwift) [![Documentation](https://cdn.rawgit.com/llvm-swift/LLVMSwift/master/docs/badge.svg)](https://llvm-swift.github.io/LLVMSwift) [![Slack Invite](https://llvmswift-slack.herokuapp.com/badge.svg)](https://llvmswift-slack.herokuapp.com) LLVMSwift is a pure Swift interface to the [LLVM](http://llvm.org) API and its associated libraries. It provides native, easy-to-use components to make compiler development fun.