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

Commit cff8970

Browse files
authored
Merge pull request #30 from githubtraining/fix-url-for-ghe
Make link to learning path more friendly in innersource
2 parents 6be2221 + 22aad1e commit cff8970

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,5 @@ steps:
231231
with: 14_congratulations.md
232232
data:
233233
deploymentURL: '%actions.pagesUrl.data.html_url%'
234-
learningPathURL: 'https://lab.github.com/githubtraining/paths/innersource:-theory-to-practice'
235234
forkURL: '%payload.repository.html_url%/fork'
236235
downloadURL: '%payload.repository.html_url%/archive/master.zip'

responses/14_congratulations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ You finished this course. You can see a deployed version of our work together at
1414

1515
I won't track any further events in this repository.
1616

17-
Your next steps are in the [Innersource learning path]({{ learningPathURL }}).
17+
Your next steps are in the [Innersource learning path]({{ GITHUB_URL }}/{{ course.Owner.login }}/paths/innersource:-theory-to-practice).

0 commit comments

Comments
 (0)