From 87ab5be6273bd382d02dcab05056036a44bf9e17 Mon Sep 17 00:00:00 2001 From: Benjamin Bay <48391872+ben-bay@users.noreply.github.com> Date: Sun, 8 Dec 2019 15:26:03 -0800 Subject: [PATCH] Update AIDungeon_2.ipynb --- AIDungeon_2.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AIDungeon_2.ipynb b/AIDungeon_2.ipynb index e828288..b876b68 100644 --- a/AIDungeon_2.ipynb +++ b/AIDungeon_2.ipynb @@ -42,7 +42,7 @@ "colab": {} }, "source": [ - "!git clone --depth 1 --branch master https://github.com/nickwalton/AIDungeon/\n", + "!git clone --depth 1 --branch master https://github.com/AIDungeon/AIDungeon/\n", "%cd AIDungeon\n", "!./install.sh\n", "from IPython.display import clear_output \n", @@ -68,4 +68,4 @@ "outputs": [] } ] -} \ No newline at end of file +}