Skip to content

Commit f5ecd51

Browse files
committed
Update links
1 parent e54ffb9 commit f5ecd51

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

basics/how-storage-works/filecoin-and-ipfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The code that runs both clients and storage providers is open-source. Storage pr
7171

7272
#### Active community
7373

74-
Filecoin has an active community of contributors to answer questions and help newcomers get started. There is an open dialog between users, developers, and storage providers. If you need help, you can reach the person who designed or built the system in question. Reach out on [Filecoin’s chat and forums](https://docs.filecoin.io/basics/project-and-community/chat-and-discussion-forums/).
74+
Filecoin has an active community of contributors to answer questions and help newcomers get started. There is an open dialog between users, developers, and storage providers. If you need help, you can reach the person who designed or built the system in question. Reach out on [Filecoin’s chat and forums](https://docs.filecoin.io/basics/project-and-community/forums-and-fips).
7575

7676

7777

basics/project-and-community/forums-and-FIPs.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,34 @@ description: >-
55
of choice.
66
---
77

8-
# Discussion Forums and Filecoin Improvement Proposals
8+
# Discussion Forums and Filecoin Improvement Proposals
99

1010
### Discussion Forums
1111

12-
For shorter-lived discussions, our community chat open to all on both Slack and Discord:
12+
For shorter-lived discussions, our community chat open to all on both Slack and Discord:
1313

14-
* [Slack](https://filecoin.io/slack/)
14+
* [Slack](https://filecoinproject.slack.com)
1515
* [Discord](https://discord.com/invite/filecoin)
1616

1717
For long-lived discussions and for support, please use the [discussion tab on GitHub](https://github.com/filecoin-project/community#forums) instead of Slack. It’s easy for complex discussions to get lost in a sea of new messages on those chat platforms, and posting longer discussions and support requests on the forums helps future visitors, too.
1818

1919
### Filecoin improvement proposals
2020

21-
Filecoin improvement proposals (FIPs) are design documents that propose changes and improvements to the Filecoin network, giving detailed specifications and their rational, and allowing the community to document their consensus or dissent. All technical FIPs that are accepted are later reflected in the [Filecoin Spec](https://spec.filecoin.io/).
21+
Filecoin improvement proposals (FIPs) are design documents that propose changes and improvements to the Filecoin network, giving detailed specifications and their rational, and allowing the community to document their consensus or dissent. All technical FIPs that are accepted are later reflected in the [Filecoin Spec](https://spec.filecoin.io/).
2222

23-
There are three types of FIPs:
23+
There are three types of FIPs:
2424
* Technical FIPs (FTP): protocol changes, standards, API changes. They can include core (consensus-related changes, networking (network protocol improvements, interface (API/RPC or language-level updates), or can be informational (updates to general guidelines or documentation).
2525
* Organizational FIPs (FOP): changes to processes, tools, or governance.
2626
* Recovery FIPs (FRP): emergency fixes requiring state changes (e.g., major bugs).
2727

28-
Typically, the FIP lifecycle looks something like this:
28+
Typically, the FIP lifecycle looks something like this:
2929

3030
[ WIP ] -> [ DRAFT ] -> [ LAST CALL ] -> [ ACCEPTED ] -> [ FINAL ]
3131

32-
1. WIP: A community member has an idea for a FIP, and begins discussing the idea publicly on the Filecoin Discord, in the [Filecoin Slack channel for discussing FIPs](https://filecoinproject.slack.com/archives/C01EU76LPCJ), or in Github issues for the relevant repo.
32+
1. WIP: A community member has an idea for a FIP, and begins discussing the idea publicly on the Filecoin Discord, in the [Filecoin Slack channel for discussing FIPs](https://filecoinproject.slack.com/archives/C01EU76LPCJ), or in Github issues for the relevant repo.
3333
2. DRAFT: If there is a chance the FIP could be adopted, the author submits a draft for the FIP as a pull request in the [FIPs repo](https://github.com/filecoin-project/FIPs).
3434
3. LAST CALL: This status allows the community to submit final changes to the draft.
35-
4. ACCEPTED: Once the FIP is voted on and accepted, the core engineers will work to implement it.
35+
4. ACCEPTED: Once the FIP is voted on and accepted, the core engineers will work to implement it.
3636
5. FINAL: This status represents the current state-of-the-art, and it should only be updated to correct errors.
3737

3838
It is the authors' responsibility to request status updates for the FIP. A more robust explainer of the FIP process can be found in [FIP001](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0001.md#what-is-a-fip).

0 commit comments

Comments
 (0)