Minor fixes to Focalboard docs (#2665)
* Streamline docs and fix broken links - reduce redundancy - update Ubuntu install guide version - update mattermost-plugin README for consistency * Fix Markdown inline code link - improve consistency
This commit is contained in:
parent
aa9ebc237f
commit
5baa0e63ec
2 changed files with 3 additions and 5 deletions
|
@ -4,9 +4,7 @@ Thank you for your interest in contributing! Please read the [Focalboard Contrib
|
|||
|
||||
When you submit a pull request, it goes through a code review process outlined [here](https://developers.mattermost.com/contribute/getting-started/code-review/).
|
||||
|
||||
## Updating Changelog
|
||||
|
||||
After a noteable bug fix or improvement is merged, submit a pull request to the [CHANGELOG.md](https://github.com/mattermost/focalboard/blob/main/CHANGELOG.md) under the next release section.
|
||||
After a noteable bug fix or improvement is merged, submit a pull request to the [CHANGELOG](CHANGELOG.md) under the next release section.
|
||||
|
||||
## Bug Reports
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ To run the server:
|
|||
./bin/focalboard-server
|
||||
```
|
||||
|
||||
Then navigate your browser to `[http://localhost:8000](http://localhost:8000)` to access your Focalboard server. The port is configured in `config.json`.
|
||||
Then navigate your browser to [`http://localhost:8000`](http://localhost:8000) to access your Focalboard server. The port is configured in `config.json`.
|
||||
|
||||
Once the server is running, you can rebuild just the web app via `make webapp` in a separate terminal window. Reload your browser to see the changes.
|
||||
|
||||
|
@ -115,7 +115,7 @@ Help translate Focalboard! The app is already translated into several languages.
|
|||
|
||||
Are you interested in influencing the future of the Focalboard open source project? Here's how you can get involved:
|
||||
|
||||
* **Changelog**: See [CHANGELOG.md](CHANGELOG.md) for the latest updates
|
||||
* **Changes**: See the [CHANGELOG](CHANGELOG.md) for the latest updates
|
||||
* **GitHub Discussions**: Join the [Developer Discussion](https://github.com/mattermost/focalboard/discussions) board
|
||||
* **Bug Reports**: [File a bug report](https://github.com/mattermost/focalboard/issues/new?assignees=&labels=bug&template=bug_report.md&title=)
|
||||
* **Chat**: Join the [Focalboard community channel](https://community.mattermost.com/core/channels/focalboard)
|
||||
|
|
Loading…
Reference in a new issue