Skip to content

Commit b5ea564

Browse files
committed
***plain language documentation now lives on www.plainlang.org.
1 parent 901c2c7 commit b5ea564

3 files changed

Lines changed: 2 additions & 215 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ After completing the installation steps above, you can immediately test the syst
8686

8787
### Documentation
8888

89-
- For more details on the ***plain format, see the [***plain language specification](docs/plain_language_specification.md).
89+
- For more details on the ***plain format, see the [***plain language specification](https://www.plainlang.org/docs/intro/).
9090
- For step-by-step instructions for creating your first ***plain project see the [Kickstart your ***plain project](docs/starting_a_plain_project_from_scratch.md).
9191
- For complete CLI documentation and usage examples, see [plain2code CLI documentation](docs/plain2code_cli.md).
9292

docs/plain_language_specification.md

Lines changed: 0 additions & 213 deletions
This file was deleted.

docs/starting_a_plain_project_from_scratch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this guide we will cover how to create each of these step by step.
2929

3030
## 1. Define Your .plain File
3131

32-
Create a `.plain` file. The following example shows how to specify the array sorting problem. For more details, see [***plain language specifications](plain_language_specification.md).
32+
Create a `.plain` file. The following example shows how to specify the array sorting problem. For more details, see [***plain language specifications](https://www.plainlang.org/docs/intro/).
3333

3434
**Example: `array_sorting.plain`**
3535
```plain

0 commit comments

Comments
 (0)