Skip to content

Commit 96fca71

Browse files
committed
Update links
1 parent 618e4dc commit 96fca71

6 files changed

+18
-20
lines changed

docs/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ Here are some great choices of platforms. Click the link for more information on
2020

2121
These are the easiest to use; they've got all the software, data, and lessons preinstalled for you.
2222

23-
- [Paperspace Gradient](/start/gradient); (instant approval, no installation required, $0.59 an hour, $10 free credit)
24-
- [Salamander](/start/salamander); (instant approval, no installation required, $0.36 an hour, $1 free credit)
25-
- [SageMaker](/start/sagemaker); (requires some installation, and wait for approval, $1.26 an hour)
23+
- [Paperspace Gradient](/start_gradient.html); (instant approval, no installation required, $0.59 an hour, $10 free credit)
24+
- [Salamander](/start_salamander.html); (instant approval, no installation required, $0.36 an hour, $1 free credit)
25+
- [SageMaker](/start_sagemaker.html); (requires some installation, and wait for approval, $1.26 an hour)
2626

2727
#### Some installation required
2828

2929
If you're comfortable at a command line, these options are fairly easy to get started with, and may be more flexible in the long term than the options above.
3030

31-
- [Google Compute Platform](/start/gcp) ($0.53 an hour, $300 free credit)
32-
- [Amazon Web Services EC2](/start/dlami) ($0.9 an hour)
31+
- [Google Compute Platform](/start_gcp.html) ($0.53 an hour, $300 free credit)
32+
- [Amazon Web Services EC2](/start_dlami.html) ($0.9 an hour)
3333

3434
**For those starting out, we highly recommend a Jupyter Notebooks platform (Option 1)**
3535

docs/start_aws.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ While you wait, get on the third step.
4747

4848
## Step 3: Create an ssh key and upload it to AWS
4949

50-
For this step, you'll need a terminal. This requires an extra installation on Windows which is all described in this [separate tutorial](/terminal_tutorial).
50+
For this step, you'll need a terminal. This requires an extra installation on Windows which is all described in this [separate tutorial](/terminal_tutorial.html).
5151

5252
Once in your terminal, type keygen then press return three times. This will create a directory named .ssh/ with two files in it, 'id_rsa' and 'id_rsa.pub'. The first one is your private key and you should keep it safe, the second one is your public key, that you will transmit to people you want to securely communicate with (in our case AWS).
5353

@@ -148,15 +148,15 @@ Click on the *course-v3* folder, and your screen should look like this:
148148

149149
![nb tuto](/images/jupyter.png)
150150

151-
Go back to the [first page](index) to see how to use this jupyter notebook and run the jupyter notebook tutorial. Come back here once you're finished and *don't forget to stop your instance* with the next step.
151+
Go back to the [first page](index.html) to see how to use this jupyter notebook and run the jupyter notebook tutorial. Come back here once you're finished and *don't forget to stop your instance* with the next step.
152152

153153
## Step 7: Stop your instance when you are done
154154

155155
When you finish working you must go back to your [AWS console](https://us-west-2.console.aws.amazon.com/ec2) and stop your instance manually to avoid getting extra charges. A good practice is setting a reminder for yourself (when you close your computer or log off) so you never forget to do it!
156156

157157
![stop](/images/aws/stop.png)
158158

159-
To see how to open it again, update the course or the fastai library, go to the [Returning to work page](update_aws).
159+
To see how to open it again, update the course or the fastai library, go to the [Returning to work page](update_aws.html).
160160

161161
If you no longer want to use that instance again, you can just terminate it. This means you will never be able to access the information in it, so be careful. To terminate an instance just choose terminate instead of stop.
162162

docs/start_gcp.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ A `n1-highmem-8` preemtible instance in Google which is what we suggest is $0.1p
1717

1818
Cloud computing allows users access to virtual CPU or GPU resources on an hourly rate, depending on the hardware configuration. Find more information in the [Google Cloud Platform documentation](https://cloud.google.com/compute/). In case you don't have a GCP account yet, you can create one [here](https://cloud.google.com/), which comes with $300 worth of usage credits for free.
1919

20-
> **Potential roadblock**: Even though GCP provides a $300 initial credit, you must enable billing to use it. For a new bank account it will take several days for the activation.
21-
22-
![verify bank](/images/gcp/bank_account.png)
20+
> **Potential roadblock**: Even though GCP provides a $300 initial credit, you must enable [billing](https://console.cloud.google.com/billing/) to use it. You can put a credit card or a bank account but the latter will take several days for the activation.
2321
2422
The project on which you are going to run the image needs to be linked with your billing account. For this navigate to the [billing dashboard](https://console.cloud.google.com/billing/projects), click the '**...**' menu and choose '**change billing account**'.
2523

2624
## Step 2: Install Google CLI
2725

28-
To create then be able to connect to your instance, you'll need to install Google Cloud's command line interface (CLI) software from Google. For Windows user, we recommend that you use the [Ubuntu terminal](/terminal_tutorial) and follow the same instructions as Ubuntu users (remember you paste with shift + right click in the terminal).
26+
To create then be able to connect to your instance, you'll need to install Google Cloud's command line interface (CLI) software from Google. For Windows user, we recommend that you use the [Ubuntu terminal](/terminal_tutorial.html) and follow the same instructions as Ubuntu users (remember you paste with shift + right click in the terminal).
2927

3028
To install on Linux or Windows (in Ubuntu terminal), follow those four steps:
3129
``` bash
@@ -128,15 +126,15 @@ Next from your [jupyter notebook](http://localhost:8080/tree), click on 'course-
128126

129127
![nb tuto](/images/jupyter.png)
130128

131-
Go back to the [first page](index) to see how to use this jupyter notebook and run the jupyter notebook tutorial. Come back here once you're finished and *don't forget to stop your instance* with the next step.
129+
Go back to the [first page](index.html) to see how to use this jupyter notebook and run the jupyter notebook tutorial. Come back here once you're finished and *don't forget to stop your instance* with the next step.
132130

133131
## Step 5: Stop an instance
134132

135133
**You will be charged if you don't stop** the instance while it's 'idle' (e.g. not training a network). To stop an instance out of Google Cloud's online interface go [here](https://console.cloud.google.com/compute/instances), click the '...' icon to the right of the instance and choose 'Stop' or click the stop button at the top of the screen.
136134

137135
![gcp-stop-instance](/images/gcp/stop.png)
138136

139-
To see how to open it again, update the course or the fastai library, go to the [Returning to work page](update_gcp).
137+
To see how to open it again, update the course or the fastai library, go to the [Returning to work page](update_gcp.html).
140138

141139
## References
142140

docs/start_gradient.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Click on the *course-v3* folder, and your screen should look like this:
5353

5454
![nb tuto](/images/jupyter.png)
5555

56-
Go back to the [first page](index) to see how to use this jupyter notebook and run the jupyter notebook tutorial. Come back here once you're finished and *don't forget to stop your instance* with the next step.
56+
Go back to the [first page](index.html) to see how to use this jupyter notebook and run the jupyter notebook tutorial. Come back here once you're finished and *don't forget to stop your instance* with the next step.
5757

5858
### Step 3: Stopping your Notebook
5959
Once you're finished, under Action, just click stop. This will end the billing session.
@@ -62,7 +62,7 @@ Once you're finished, under Action, just click stop. This will end the billing s
6262

6363
**NOTE: you *will* be charged for the time that your notebook is running. You must stop the notebook to stop incurring charges**
6464

65-
To see how to open it again, update the course or the fastai library, go to the [Returning to work page](update_gradient).
65+
To see how to open it again, update the course or the fastai library, go to the [Returning to work page](update_gradient.html).
6666

6767
## Managing Data
6868
Fast.ai data files (dogscats) can be found in the 'datasets' folder. Files in this directory are hosted by Paperspace and are read-only. See [Public Datasets](https://support.paperspace.com/hc/en-us/articles/360003092514-Public-Datasets) for more info.

docs/start_sagemaker.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ The instance we suggest, p2.xlarge, is $1.26 an hour. The hourly rate is depende
113113

114114
![nb tuto](/images/jupyter.png)
115115

116-
1. Go back to the [first page](index) to see how to use this jupyter notebook and run the jupyter notebook tutorial. Come back here once you're finished and *don't forget to stop your instance* with the next step.
116+
1. Go back to the [first page](index.html) to see how to use this jupyter notebook and run the jupyter notebook tutorial. Come back here once you're finished and *don't forget to stop your instance* with the next step.
117117

118118
### Shutting down your instance
119119

120120
- When you're done, close the notebook tab, and **remember to click stop!** If you don't, you'll keep getting charged until you click the *stop* button.
121121
122122
![stop](/images/sagemaker/23.png)
123123
124-
To see how to open it again, update the course or the fastai library, go to the [Returning to work page](update_sagemaker).
124+
To see how to open it again, update the course or the fastai library, go to the [Returning to work page](update_sagemaker.html).
125125
126126
## More help
127127

docs/start_salamander.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ Click 'Jupyter Notebook' to access the course materials. After Jupyter Notebook
4040

4141
![nb tuto](/images/salamander/final.png)
4242

43-
See [here](index#jupyter-notebook) for instructions on running the Jupyter Notebook tutorial. Return to this guide once you're finished and _don't forget to stop your server_.
43+
See [here](index.html) for instructions on running the Jupyter Notebook tutorial. Return to this guide once you're finished and _don't forget to stop your server_.
4444

4545
## Step 4: Stop your server
4646

4747
When you're all done, **don't forget to shut down your server**, so you don't get charged for the time it's running in the background. It's not enough to just close your browser or turn off your own computer. Go back to [salamander](https://salamander.ai/) and click the 'Stop Server' button next to your server.
4848

4949
![](/images/salamander/stop.png)
5050

51-
For more details, & updating the course / fastai library see "[Returning to work](update_salamander)".
51+
For more details, & updating the course / fastai library see "[Returning to work](update_salamander.html)".
5252

5353
## Advanced users: Connect via terminal
5454

0 commit comments

Comments
 (0)