Skip to content

Commit c1507e2

Browse files
committed
Reverted
1 parent 9b0b8c5 commit c1507e2

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ layout: page
88

99
## Topics
1010

11-
- **[MCProject](./mcproject/index.html)**
12-
- **[VSCode Extension Minecraft Bedrock](./vscode-extension-mcbe/index.html)**
11+
- **[MCProject](./mcproject/index.md)**
12+
- **[VSCode Extension Minecraft Bedrock](./vscode-extension-mcbe/index.md)**

mcproject/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ The mcproject adds files to a minecraft project that allows users to overrides s
1111

1212
Overrides specific settings
1313

14-
- **[.mcattributes](./mcattributes.html)**
14+
- **[.mcattributes](./mcattributes.md)**
1515

1616
## Defintions
1717

1818
Include or excluded minecraft specific definitions
1919

20-
- **[.mcdefinitions](./mcdefinitions.html)**
20+
- **[.mcdefinitions](./mcdefinitions.md)**
2121

2222
## Ignore
2323

2424
Specifies what to excluded or ignore
2525

26-
- **[.mcignore](./mcignore.html)**
26+
- **[.mcignore](./mcignore.md)**

vscode-extension-mcbe/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ layout: page
55

66
# VSCode extension - Minecraft bedrock
77

8-
It is best to always check if the extension is activated, follow the article in [Console](console.html) to enure the extension is running. Then follow the article for either json
9-
or mcfunctions problems
8+
It is best to always check if the extension is activated, follow the article in [Console](console.md) to enure the extension is running. Then follow the article for either json or
9+
mcfunctions problems
1010

1111
## Contents
1212

13-
- **[Console](console.html)**
14-
- **[Json](json.html)**
15-
- **[Mcfunction](mcfunction.html)**
13+
- **[Console](console.md)**
14+
- **[Json](json.md)**
15+
- **[Mcfunction](mcfunction.md)**

vscode-extension-mcbe/json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: page
66
## Not Activated?
77

88
1. Ensure the file follows the nesscary rules for
9-
[validation / autocomplete](https://github.com/Blockception/VSCode-Bedrock-Development-Extension/blob/main/documentation/Json%20Validation.html).
9+
[validation / autocomplete](https://github.com/Blockception/VSCode-Bedrock-Development-Extension/blob/main/documentation/Json%20Validation.md).
1010

1111
## Format Version
1212

0 commit comments

Comments
 (0)