diff --git a/chapter14_text-classification.ipynb b/chapter14_text-classification.ipynb index 15e34f0f0..b33008d94 100644 --- a/chapter14_text-classification.ipynb +++ b/chapter14_text-classification.ipynb @@ -278,7 +278,7 @@ "import keras\n", "\n", "filename = keras.utils.get_file(\n", - " origin=\"https://www.gutenberg.org/files/2701/old/moby10b.txt\",\n", + " origin=\"https://www.gutenberg.org/files/2701/2701-0.txt\",\n", ")\n", "moby_dick = list(open(filename, \"r\"))\n", "\n", @@ -1436,4 +1436,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}