Skip to content

Commit 16156cf

Browse files
committed
Replace http with https for links
Signed-off-by: Steve Scargall <[email protected]>
1 parent 9255898 commit 16156cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ tags = 'tags'
8888

8989
[[menus.main]]
9090
name = 'Docs'
91-
url = 'http://docs.memmachine.ai'
91+
url = 'https://docs.memmachine.ai'
9292
weight = 70
9393

9494
[[menus.main]]
@@ -129,7 +129,7 @@ tags = 'tags'
129129

130130
[[menus.footerProduct]]
131131
name = 'Docs'
132-
url = 'http://docs.memmachine.ai'
132+
url = 'https://docs.memmachine.ai'
133133
weight = 40
134134

135135
[[menus.footerProduct]]

0 commit comments

Comments
 (0)