Skip to content

Commit 254de2e

Browse files
Merge pull request #340 from coding-for-reproducible-research/accessibility_patches
Accessibility patches
2 parents ed05883 + 46ec879 commit 254de2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

programme_information/intermediate_version_control.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"\n",
206206
"## GitHub Account and Credentials\n",
207207
"\n",
208-
"Attendees can register for a free GitHub account at <https://github.com/>.\n",
208+
"Attendees can register for a free GitHub account at [GitHub](https://github.com/).\n",
209209
"Please follow the instructions at [Managing your personal access tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens), making a note of your username and personal access token.\n",
210210
"\n",
211211
"## Self Study Material Link \n",

programme_information/intro_to_version_control.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"\n",
8888
"# Create a display HTML block with a title\n",
8989
"html_str = f\"<div style='text-align: center;'><h3>Pre-Reqs Subnetwork</h3></div>\"\n",
90-
"html_str += f\"<iframe id='{iframe_id}' src='{file_name}' width='100%' height='750px' style='border:none;'></iframe>\"\n",
90+
"html_str += f\"<iframe id='{iframe_id}' src='{file_name}' title='Workshop Prerequisites Graph Subnetwork' width='100%' height='750px' style='border:none;'></iframe>\"\n",
9191
"\n",
9292
"# Include JavaScript to adjust the iframe height\n",
9393
"js_code = f\"\"\"\n",

0 commit comments

Comments
 (0)