Update environment links.

This commit is contained in:
2024-11-07 23:58:18 +13:00
parent 879aaecdcf
commit ef78bbdfe9
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
const headerNavLinks = [
{ href: '/workshop', title: 'Exercises' },
{ href: 'https://docs.openshift.com/container-platform/4.16/welcome/index.html', title: 'Documentation' },
{ href: 'https://demo.redhat.com/workshop/cduffr', title: 'Environment login' }
{ href: 'https://docs.openshift.com/container-platform/4.17/welcome/index.html', title: 'Documentation' },
{ href: 'https://catalog.demo.redhat.com/workshop/w949gy', title: 'Environment login' }
]
export default headerNavLinks