Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix redirections #77

Merged
merged 3 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/learn/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ While GBFS, or the General Bikeshare Feed Specification, has its roots in bikesh

**How is the specification updated?**

GBFS is an open source project developed under a consensus-based governance model. Contributors come from across the shared mobility industry, public sector, civic technology and elsewhere. Proposals for changes or additions to the specification are made through Pull Requests. Once the community has had adequate time to comment and iterate on a proposal, the proposal is put to a vote. If the proposal passes, it becomes part of a release candidate. When the release candidate has been successfully implemented in a public data set, it becomes an official release. The complete governance and change process can be found [here](https://github.com/MobilityData/gbfs/blob/master/governance.md).
GBFS is an open source project developed under a consensus-based governance model. Contributors come from across the shared mobility industry, public sector, civic technology and elsewhere. Proposals for changes or additions to the specification are made through Pull Requests. Once the community has had adequate time to comment and iterate on a proposal, the proposal is put to a vote. If the proposal passes, it becomes part of a release candidate. When the release candidate has been successfully implemented in a public data set, it becomes an official release. The complete governance and change process can be found [here](../specification/process.md).

<br>**How can I propose a change to the specification?**

Expand Down
2 changes: 1 addition & 1 deletion docs/participate.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ All change proposals are subject to the GBFS governance process.
- When a vote passes, the change becomes part of a Release Candidate.
- Once both a data producer and a date consumer have implemented the change, the Release Candidate becomes an official version release.

The full text of the [project governance process](https://github.com/MobilityData/gbfs/blob/master/governance.md) can be found on the project GitHub repository.
**[See the Governance Process](../specification/process)**

<hr>

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ plugins:
- redirects:
redirect_maps:
'home.md': 'index.md'
'major-change-proposals.md': 'specification/change-proposals.md'
'major-change-proposals.md': 'https://github.com/MobilityData/gbfs/issues'
'tools-services.md': 'toolbox/index.md'
'faq.md': 'learn/faq.md'
'about.md': 'participate.md'
Expand Down