Skip to content

Commit 7db9bbe

Browse files
Fix outdated links and a typo on the Website Dev Guide page (#297)
1 parent e6d4d2f commit 7db9bbe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ file usually ending with `.md` extension. These .md files are used by Docusaurus
1212
have to write HTML by manually.
1313

1414
You may co-relate with the source of this (Markdown) page at:
15-
https://github.com/apache/cloudstack-www/blob/main/src/pages/website-guide.md
15+
https://github.com/apache/cloudstack-www/blob/main/docs/index.md
1616

1717
For basic Markdown syntax reference, please refer:
1818
https://www.markdownguide.org/basic-syntax/
1919

2020
Refer to the following for Docusaurus supported markdown features:
21-
https://docusaurus.io/docs/2.3.1/markdown-features
21+
https://docusaurus.io/docs/2.x/markdown-features
2222

2323
## Working with the Website, Pages and Blogs
2424

@@ -134,7 +134,7 @@ If you don't want table of contents show up on right-side of a page/blog, then
134134
don't use the Markdown syntax for h2 (##), h3 (###) etc. instead use the HTML
135135
`<h2>`, `<h3>` etc. which will not show the ToC on a page/blog.
136136

137-
Further reference: https://docusaurus.io/docs/2.3.1/markdown-features/toc
137+
Further reference: https://docusaurus.io/docs/2.x/markdown-features/toc
138138

139139
## Images
140140

@@ -149,7 +149,7 @@ Which results in:
149149

150150
![](/img/banner.svg "Example image title")
151151

152-
Further reference: https://docusaurus.io/docs/2.3.1/markdown-features/assets
152+
Further reference: https://docusaurus.io/docs/2.x/markdown-features/assets
153153

154154
## Buttons
155155

@@ -169,7 +169,7 @@ For examples:
169169
<br/>
170170
<br/>
171171

172-
Buttons can also have colours depending on the class used, such as:
172+
Buttons can also have colors depending on the class used, such as:
173173

174174
<a class="button button--secondary" href="https://cloudstack.apache.org/" target="_blank">BUTTON</a>
175175
<br/>
@@ -191,7 +191,7 @@ Example of code block:
191191

192192
## Using Admonitions
193193

194-
Refer to https://docusaurus.io/docs/2.3.1/markdown-features/admonitions
194+
Refer to https://docusaurus.io/docs/2.x/markdown-features/admonitions
195195

196196

197197
:::tip

0 commit comments

Comments
 (0)