Skip to content

Commit 4b0ed18

Browse files
committed
fix writing-guide links
1 parent bd9a7cb commit 4b0ed18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/community/contribute/writing-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn the specifics of how to write documentation for the Filecoin
55

66
# Writing guide
77

8-
This guide explains how to write an article. While the [grammar, formatting, and style guide](/community/contribute/grammar-formatting-and-style/) lets you know the rules you should follow, this guide will help you to properly structure your writing and choose the correct tone for your audience.
8+
This guide explains how to write an article. While the [grammar, formatting, and style guide](./grammar-formatting-and-style) lets you know the rules you should follow, this guide will help you to properly structure your writing and choose the correct tone for your audience.
99

1010
## Walkthroughs
1111

@@ -17,7 +17,7 @@ The vast majority of documentation within the Filecoin Docs project falls under
1717

1818
Use the following goals when writing walkthroughs:
1919

20-
| Goal | Keyword | Explanation |
20+
| Goal | Keyword | Explanation |
2121
| ------------- | ----------- | ----------------------------------------------------------------- |
2222
| **Audience** | _General_ | Easy for anyone to read with minimal effort. |
2323
| **Formality** | _Neutral_ | Slang is restricted, but standard casual expressions are allowed. |
@@ -53,7 +53,7 @@ These articles are vastly different in tone when compared to walkthroughs. Some
5353

5454
Use the following goals when writing conceptual articles:
5555

56-
| Goal | Keyword | Explanation |
56+
| Goal | Keyword | Explanation |
5757
| ------------- | ------------------------ | -------------------------------------------------------------------------------- |
5858
| **Audience** | _Knowledgeable_ | Requires a certain amount of focus to understand. |
5959
| **Formality** | _Neutral_ | Slang is restricted, but standard casual expressions are allowed. |
@@ -79,7 +79,7 @@ Take the hypothetical tutorial _Get up and running with Filecoin_, for example.
7979

8080
1. A brief introduction to what Filecoin is.
8181
2. Choose and install a command line client.
82-
3. Understanding storage deals.
82+
3. Understanding storage deals.
8383
4. Import and store a file.
8484

8585
Pages `1` and `3` are conceptual articles, describing particular design patterns and ideas to the reader. All the other pages are walkthroughs instructing the user how to perform one specific action.

0 commit comments

Comments
 (0)