You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: html/lesson6/tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,5 +165,5 @@ Some of your users might be using screenreaders or keyboards to navigate across
165
165
- The [A11Y Project](https://a11yproject.com/) is an open source project on providing the most up to date and easy to access information regarding accessibility.
166
166
167
167
#### These extensions are handy if you wish to check if your website meets the criteria and areas to improve:
Copy file name to clipboardExpand all lines: html/lesson7/tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ Have a go at styling these up, you can compare yours with the below example.
195
195
color: white;
196
196
}
197
197
198
-
Look at your changes in Chrome (Chrome has some great developer tools which are going to help your responsive design). Open up the chrome inspect tool by right clicking and choosing 'inspect'. In the top left hand corner of the inspect tool you should see an icon that looks like a mobile in front of a monitor
198
+
Look at your changes in Chrome (Chrome has some great developer tools which are going to help your responsive design). Open up the Chrome Inspect Tool by right clicking and choosing 'Inspect'. In the top left hand corner of the inspect tool you should see an icon that looks like a mobile in front of a monitor
Copy file name to clipboardExpand all lines: python/lesson0/tutorial.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ outdated these days, so we need to upgrade:
30
30
the Free software license as well as enter your administrator password. Just
31
31
follow the prompts and you'll be fine.
32
32
33
-
If you get lost, have a look at this [tutorial with pictures on DiveIntoPython3](http://www.diveintopython3.net/installing-python.html#macosx).
33
+
If you get lost, have a look at this [tutorial with pictures on DiveIntoPython3](https://diveintopython3.problemsolving.io/installing-python.html#macosx).
34
34
35
35
### Windows:
36
36
@@ -44,7 +44,7 @@ If you get lost, have a look at this [tutorial with pictures on DiveIntoPython3]
44
44
5. Scroll down to the bottom and choose to *Add python.exe to PATH*.
45
45
6. Continue clicking *Next* until it's installed.
46
46
47
-
If you get lost, have a look at this [tutorial with pictures on DiveIntoPython3](http://www.diveintopython3.net/installing-python.html#windows).
47
+
If you get lost, have a look at this [tutorial with pictures on DiveIntoPython3](https://diveintopython3.problemsolving.io/installing-python.html#windows).
48
48
49
49
### Linux
50
50
@@ -70,7 +70,7 @@ have to use the `scl` workaround:
70
70
4. Run `scn enable python3 /bin/bash`. This will put you into a shell that
71
71
supports Python 3.
72
72
73
-
For more information on this process, take a look at [this tutorial](https://devops.profitbricks.com/tutorials/install-python-3-in-centos-7/).
73
+
For more information on this process, take a look at [this tutorial](https://devops.ionos.com/tutorials/install-python-3-on-centos-7.html).
0 commit comments