Skip to content

Commit

Permalink
chore(docs): remove urls
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-ellington committed Sep 26, 2022
1 parent bbf6b60 commit 533c970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const customCss = [
const config = {
title: 'Siemens iX',
tagline: 'Siemens iX',
url: 'https://siemens-ix.***REMOVED***/siemens-ix/',
url: '',
baseUrl: '/siemens-ix/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ function FooterFeatures() {
<img src="/siemens-ix/img/logo-640.png" alt="" />
<div className={styles.text_gap}>
<div className={styles.text}>Siemens Inner Source</div>
<a className={styles.text} href="https://***REMOVED***/***REMOVED***/core-ui/core-ui/-/blob/develop/LICENSE.md" target="_blank">***REMOVED***</a>
<a className={styles.text} href="" target="_blank">tbd</a>
</div>
</div>

Expand Down

0 comments on commit 533c970

Please sign in to comment.