Skip to content

Commit 79b24b3

Browse files
authored
Update the URLs for Hugo deployment (#24)
* Correct the URLs in hugo.toml * Remove baseURL since it is in build job
1 parent 279c134 commit 79b24b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/hugo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Copyright (c) 2023, Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

4-
baseURL = "https://jujufugh.github.io"
4+
baseURL = ""
55
languageCode = "en-us"
66
title = "Oracle Observability Dashboards"
77
theme = "redwood"
88
relativeURLs = true
99

1010
[params]
11-
editURL = "https://github.com/jujufugh/oci-o11y-solutions/tree/master/docs/content/"
11+
editURL = "https://github.com/oracle-quickstart/oci-o11y-solutions/tree/master/docs/content/"
1212
showVisitedLinks = false
1313
author = "Oracle Developers"
1414
organization = "Oracle"
1515
description = "Oracle Observability Dashboards"
1616
keywords = ["Kubernetes", "OCI", "OKE", "Microservices"]
17-
ghrepo = "https://github.com/jujufugh/oci-o11y-solutions"
17+
ghrepo = "https://github.com/oracle-quickstart/oci-o11y-solutions"
1818
branch = "master"
1919
logo = "images/Oracle-logo.jpeg"
2020

@@ -55,13 +55,13 @@ weight = 30
5555
[[menu.shortcuts]]
5656
name = "GitHub Source"
5757
pre = "<span uk-icon='icon: github; ratio: 1.25'></span>"
58-
url = "https://github.com/jujufugh/oci-o11y-solutions"
58+
url = "https://github.com/oracle-quickstart/oci-o11y-solutions"
5959
weight = 40
6060

6161
[[menu.shortcuts]]
6262
name = "Report Issue"
6363
pre = "<span uk-icon='icon: warning; ratio: 1.25'></span>"
64-
url = "https://github.com/jujufugh/oci-o11y-solutions/issues"
64+
url = "https://github.com/oracle-quickstart/oci-o11y-solutions"
6565
weight = 50
6666

6767
[outputs]

0 commit comments

Comments
 (0)