diff --git a/contrib/debian/control b/contrib/debian/control index 2bbd282..8c8d4d0 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -23,7 +23,7 @@ Build-Depends: debhelper, libprotobuf-dev, protobuf-compiler Standards-Version: 3.9.2 Homepage: http://www.adeptio.org -Vcs-Git: git://github.com/ADE-Project/ADE.git +Vcs-Git: git://github.com/adeptio-project/adeptio.git Vcs-Browser: http://github.com/ADE-Project/ADE Package: adeptiod diff --git a/doc/build-osx.md b/doc/build-osx.md index 4ece474..9bd459a 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -44,7 +44,7 @@ Instructions: Homebrew 1. Clone the github tree to get the source code and go into the directory. - git clone https://github.com/ADE-Project/ADE.git + git clone https://github.com/adeptio-project/adeptio.git cd ADE 2. Make the Homebrew OpenSSL headers visible to the configure script (do ```brew info openssl``` to find out why this is necessary, or if you use Homebrew with installation folders different from the default).