-
Notifications
You must be signed in to change notification settings - Fork 10
How to Redirect a Learning Lab to a new Lab ID
Anne Gentle edited this page Apr 11, 2019
·
3 revisions
To create a redirect, the lab’s JSON file has to be set to “active”: true, and you will need to make a release and have a DevNet Admin publish that release for the redirect to be active.
- Open the JSON file for the lab in your editor.
- In the JSON, create a new line for
redirectTo:
and then refer to the newlab-id
. An example JSON file is here: https://github.com/ThanhDuyTon/sample-labs/blob/master/labs/redirect-to/redirect-to.json."redirectTo": "git-basic-workflows",
- Save the JSON file.
- Create a new release on GitHub.
- Have a DevNet Admin publish that release.
COPYRIGHT © 2019-2021 CISCO SYSTEMS, INC. ALL RIGHTS RESERVED.