The following line of the config.yaml configures where you go after clicking the "Source" hyperlink at the bottom of the lesson page.
|
source: 'https://github.com/carpentries/workbench-template-md' # FIXME |
Right now, it takes me to the workbench template repo, but it should take me to this repo, so it should be changed to:
source: 'https://github.com/LibraryCarpentry/lc-containers_vms'
Making this change will facilitate people that want to go to the lesson repo to contribute to the lesson or raise an issue.
Probably the 'contact:' parameter could also be updated.
The following line of the
config.yamlconfigures where you go after clicking the "Source" hyperlink at the bottom of the lesson page.lc-containers_vms/config.yaml
Line 37 in 33b4507
Right now, it takes me to the workbench template repo, but it should take me to this repo, so it should be changed to:
Making this change will facilitate people that want to go to the lesson repo to contribute to the lesson or raise an issue.
Probably the 'contact:' parameter could also be updated.