Skip to content

Commit fa7594f

Browse files
authored
change link targets for webinars and terraform in footer #211 (#214)
1 parent 9442ec0 commit fa7594f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const config: Config = {
157157
},
158158
{
159159
label: 'Webinars',
160-
href: 'https://www.youtube.com/watch?v=U-x2gEy3968&list=PLS60dhorR-hgQ5n5L1boEQh0oVD-_k75p',
160+
href: 'https://www.youtube.com/playlist?list=PLS60dhorR-hgQ5n5L1boEQh0oVD-_k75p',
161161
},
162162
// {
163163
// label: 'Medium',
@@ -178,7 +178,7 @@ const config: Config = {
178178
},
179179
{
180180
label: 'Terraform Provider',
181-
to: 'https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/latest/docs',
181+
href: 'https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/latest/docs',
182182
},
183183
{
184184
label: 'Ansible Collections',

0 commit comments

Comments
 (0)