diff options
| -rw-r--r-- | .circleci/config.yml | 2 | ||||
| -rw-r--r-- | README.md | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 1dcd41c9a7..ab0869d286 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ jobs: - run: name: Run Build Script - command: sh GTPP_BuildScript.sh ${CIRCLE_BUILD_NUM} "${CIRCLE_BRANCH}" "${CIRCLE_USERNAME}" "${CIRCLE_SHA1}" + command: sh GTPP_BuildScript.sh ${CIRCLE_BUILD_NUM} "${CIRCLE_BRANCH}" "${CIRCLE_USERNAME}" "${CIRCLE_SHA1}" "${CIRCLE_PROJECT_REPONAME}" "${CIRCLE_PROJECT_USERNAME}" "https://github.com/draknyte1/GTplusplus/archive/master.zip" - save_cache: paths: @@ -1,19 +1,19 @@ # Welcome to the GT++ Github! ## Current Build Status -### CircleCI - [](https://circleci.com/gh/draknyte1/GTplusplus/tree/master) +### CircleCI - [](https://circleci.com/gh/alkcorp/GTplusplus/tree/master) ### Discord [Join the GT++ Channel - Click here](https://discord.gg/YdXJbgb) ## Issues & Suggestions -[Github Issue Template - Click here](https://github.com/draknyte1/GTplusplus/wiki/Github-Issue-Format) +[Github Issue Template - Click here](https://github.com/alkcorp/GTplusplus/wiki/Github-Issue-Format) Please read this before you submit any issues or suggestions. I will Happily take the form of code criticism or suggestions in the form of PRs. ## Download -[Recommended Version](https://github.com/draknyte1/GTplusplus/wiki/Downloads!#click-here-to-download) -[Modpack Permissions - Click here](https://github.com/draknyte1/GTplusplus/issues/24#issuecomment-252458551) +[Recommended Version](https://github.com/alkcorp/GTplusplus/wiki/Downloads!#click-here-to-download) +[Modpack Permissions - Click here](https://github.com/alkcorp/GTplusplus/issues/24#issuecomment-252458551) ## License Copyright 2016-2018 |
