DinisCruz commited on
Commit
6ebfc99
·
1 Parent(s): 9c46cf4

Fixed path

Browse files
website/code/docusaurus.config.js CHANGED
@@ -10,7 +10,7 @@ const config = {
10
  favicon: 'img/favicon.ico',
11
 
12
  url: 'https://tbd',
13
- baseUrl: '/the-cbr/cbr-athena/',
14
 
15
  onBrokenLinks: 'throw',
16
  onBrokenMarkdownLinks: 'warn',
 
10
  favicon: 'img/favicon.ico',
11
 
12
  url: 'https://tbd',
13
+ baseUrl: '/',
14
 
15
  onBrokenLinks: 'throw',
16
  onBrokenMarkdownLinks: 'warn',
website/code/src/pages/index.jsx CHANGED
@@ -31,7 +31,7 @@ export default function Homepage() {
31
  shape="round"
32
  onClick={() =>
33
  router.push(
34
- "/the-cbr/cbr-athena/docs/getting-started"
35
  )
36
  }
37
  >
@@ -43,12 +43,12 @@ export default function Homepage() {
43
  <Card
44
  title="Chat Bot"
45
  description="Chat Bot."
46
- to="/the-cbr/cbr-athena/docs/getting-started"
47
  />
48
  <Card
49
  title="Guidance and docs"
50
  description="Guidance and Docs"
51
- to="/the-cbr/cbr-athena/docs/getting-started"
52
  />
53
  </Section>
54
  </div>
 
31
  shape="round"
32
  onClick={() =>
33
  router.push(
34
+ "/docs/getting-started"
35
  )
36
  }
37
  >
 
43
  <Card
44
  title="Chat Bot"
45
  description="Chat Bot."
46
+ to="/docs/getting-started"
47
  />
48
  <Card
49
  title="Guidance and docs"
50
  description="Guidance and Docs"
51
+ to="/docs/getting-started"
52
  />
53
  </Section>
54
  </div>