This PR makes a couple of adjustments to use the store property for step links. Rather than hard-coding URLs for pull requests or issues, we can store them when we create those resources, then use the stored links. We can use store more than I do in this PR (like directly in response files), but this is a quick win to help make the links more consistent.
This pull request will create a new major version of your course; changes to the title and other metadata will only apply to the course once the pull request is merged!
This PR makes a couple of adjustments to use the
store
property for step links. Rather than hard-coding URLs for pull requests or issues, we can store them when we create those resources, then use the stored links. We can usestore
more than I do in this PR (like directly in response files), but this is a quick win to help make the links more consistent.