Complete exercise 4.

This commit is contained in:
2024-10-23 09:56:50 +13:00
parent 0640f60ae4
commit e8b416180e
4 changed files with 18 additions and 5 deletions

View File

@ -1,6 +1,6 @@
const headerNavLinks = [
{ href: '/workshop', title: 'Exercises' },
{ href: 'https://docs.openshift.com/container-platform/4.15/welcome/index.html', title: 'Documentation' },
{ href: 'https://docs.openshift.com/container-platform/4.16/welcome/index.html', title: 'Documentation' },
{ href: 'https://demo.redhat.com/workshop/s72ya3', title: 'Environment login' }
]