Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit fb19cca

Browse files
authored
Merge pull request #106 from githubtraining/morethings
fix numbering in final issue
2 parents 6ea5bc4 + 801752d commit fb19cca

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ before:
1919
head: add-gitignore
2020

2121
steps:
22-
- title: Enable security settings
23-
description: Enable GitHub Security features and GitHub Pages in your repository
22+
- title: Enable repository settings
23+
description: Enable settings in your repository for the next activities
2424
event: deployment
2525
link: '{{ repoUrl }}/issues/1'
2626
actions:
@@ -45,7 +45,7 @@ steps:
4545
- type: respond
4646
with: 03_found-vulnerability.md
4747
data:
48-
url: '{{ repoUrl }}/pull/2'
48+
url: '/pull/2'
4949
- type: closeIssue
5050
issue: Find repository vulnerabilities
5151

@@ -89,7 +89,7 @@ steps:
8989
- type: respond
9090
with: 04a_good-merge.md
9191
data:
92-
url: '{{ repoUrl }}/pull/3'
92+
url: '/pull/3'
9393

9494
- title: Add to the `.gitignore` file
9595
description: The `.gitignore` file is ready to be edited in an open pull request. Add the `.env` file to the `.gitignore` file.

responses/06b_final-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ As much as it pains me to leave you, I want you to uninstall me on some of your
1515
1. Find **Learning Lab**, and click **Configure**
1616
1. Enter your password if prompted
1717
1. Choose the repository access that you'd like to keep
18-
- _Note: If you'd like to take more Learning Lab courses in the future, **do not** uninstall Learning Lab. If you uninstall Learning Lab, you'll need to reinstall the app when you try another course. You may also lose some progress._
18+
- _Note: If you'd like to take more Learning Lab courses in the future, **do not** uninstall Learning Lab. If you uninstall Learning Lab, you'll need to reinstall the app when you try another course. You may also lose some progress._
1919
1. To make taking Learning Lab courses easier in the future, click **Only select repositories**
2020
1. Select a repository that you have completed with Learning Lab, like this one
2121
1. Click **Save**

0 commit comments

Comments
 (0)