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

Commit 85954e8

Browse files
authored
Merge pull request #110 from githubtraining/fix-urls-more
try to fix links
2 parents 3332c97 + e9f9154 commit 85954e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ steps:
4848
- type: respond
4949
with: 03_found-vulnerability.md
5050
data:
51-
url: '/pull/2'
51+
url: 'https://github.com/%user.username%/%payload.repository.name%/pull/2'
5252
- type: closeIssue
5353
issue: Find repository vulnerabilities
5454

@@ -92,7 +92,7 @@ steps:
9292
- type: respond
9393
with: 04a_good-merge.md
9494
data:
95-
url: '/pull/3'
95+
url: 'https://github.com/%user.username%/%payload.repository.name%/pull/3'
9696

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

0 commit comments

Comments
 (0)