From 5dadf27ef0854f5012442623c19dc4df369f3bcd Mon Sep 17 00:00:00 2001 From: Andreas Zeller Date: Wed, 15 May 2024 16:47:06 +0200 Subject: [PATCH] Incorrect references to fuzzingbook (Issue #72) --- notebooks/Importing.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/Importing.ipynb b/notebooks/Importing.ipynb index 66e90902..659267f0 100644 --- a/notebooks/Importing.ipynb +++ b/notebooks/Importing.ipynb @@ -22,8 +22,8 @@ "source": [ "In short, there are three ways:\n", "\n", - "1. Simply run the notebooks in your browser, using the \"mybinder\" environment. Choose \"Resources->Edit as Notebook\" in any of the `fuzzingbook.org` pages; this will lead you to a preconfigured Jupyter Notebook environment where you can toy around at your leisure.\n", - "2. Import the code for your own Python programs. Using `pip install fuzzingbook`, you can install all code and start using it from your own code. See \"Can I import the code for my own Python projects?\", below.\n", + "1. Simply run the notebooks in your browser, using the \"mybinder\" environment. Choose \"Resources->Edit as Notebook\" in any of the `debuggingbook.org` pages; this will lead you to a preconfigured Jupyter Notebook environment where you can toy around at your leisure.\n", + "2. Import the code for your own Python programs. Using `pip install debuggingbook`, you can install all code and start using it from your own code. See \"Can I import the code for my own Python projects?\", below.\n", "3. Download or check out the code and/or the notebooks from the project site. This allows you to edit and run all things locally. However, be sure to also install the required packages; see below for details." ] },