From 51dbe8e59db548bd2a8bebd47b285c49aa579095 Mon Sep 17 00:00:00 2001 From: mfeemster Date: Mon, 30 May 2016 14:51:54 -0700 Subject: [PATCH] --Code changes -Migrate to bitbucket. --- Data/BuildGuideLinux.md | 2 +- Data/BuildGuideMacOSX.md | 2 +- Data/BuildGuideQtCreator.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Data/BuildGuideLinux.md b/Data/BuildGuideLinux.md index 3e64630..ebe1de1 100644 --- a/Data/BuildGuideLinux.md +++ b/Data/BuildGuideLinux.md @@ -4,7 +4,7 @@ Install `git` and clone the repository: ``` sudo apt-get install git -git clone https://github.com/mfeemster/fractorium +git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git ``` Install the dependencies. diff --git a/Data/BuildGuideMacOSX.md b/Data/BuildGuideMacOSX.md index 2ec3e67..d0b4851 100644 --- a/Data/BuildGuideMacOSX.md +++ b/Data/BuildGuideMacOSX.md @@ -6,7 +6,7 @@ Install `git` and clone the repository: ``` brew install git -git clone https://github.com/mfeemster/fractorium +git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git ``` Install the dependencies: diff --git a/Data/BuildGuideQtCreator.md b/Data/BuildGuideQtCreator.md index 9c963bd..a9a632f 100644 --- a/Data/BuildGuideQtCreator.md +++ b/Data/BuildGuideQtCreator.md @@ -33,7 +33,7 @@ Create a new folder in your development area named fractorium: `cd fractorium` -`git clone https://github.com/mfeemster/fractorium.git` +`git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git` ###Prerequisites