Skip to content

Commit

Permalink
Fix Gitlab -> GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Aug 8, 2019
1 parent 88d7872 commit 1be4db8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
title: "Kubernetes + Knative + Gitlab + Harbor",
description: "Kubernetes + Knative + Gitlab + Harbor",
title: "Kubernetes + Knative + GitLab + Harbor",
description: "Kubernetes + Knative + GitLab + Harbor",
base: '/k8s-knative-gitlab-harbor/',
head: [
['link', { rel: "icon", href: "https://kubernetes.io/images/favicon.png" }]
Expand All @@ -18,7 +18,7 @@ module.exports = {
text: 'Links',
items: [
{ text: 'Harbor', link: 'https://goharbor.io' },
{ text: 'Gitlab', link: 'https://gitlab.com' },
{ text: 'GitLab', link: 'https://gitlab.com' },
{ text: 'Knative', link: 'https://cloud.google.com/knative' },
]
}
Expand Down

0 comments on commit 1be4db8

Please sign in to comment.