Skip to content

Commit

Permalink
feat: update links to docs (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Mar 9, 2021
1 parent 1ff4ee3 commit 0c55158
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,17 @@ The backend is using proposed ES+ modules with the `esm` shim module.

## Workflow

The workflow of development (or Git Flow) is to [choose/create an issue](https://github.com/shabados/presenter/issues) to work on, [create a feature branch](https://github.com/shabados/.github/wiki/How-to-Contribute#branches), and [submit a pull request](https://github.com/shabados/.github/wiki/How-to-Contribute#pull-requests).
The workflow of development (or Git Flow) is to [choose/create an issue](https://github.com/shabados/presenter/issues) to work on, [create a feature branch](https://docs.shabados.com/community/how-to-contribute#branches), and [submit a pull request](https://docs.shabados.com/community/how-to-contribute#pull-requests).

**PROTIP**: Read more about our workflow (issue tracking, branching, and pull requests) in the [How To Contribute wiki article](https://github.com/shabados/.github/wiki/How-to-Contribute).

### Coding Guidelines

Please see the [wiki](https://github.com/shabados/.github/wiki/How-to-Contribute#coding-guidelines) for Coding Guidelines ([Names](https://github.com/shabados/.github/wiki/How-to-Contribute#41-names), [Comments](https://github.com/shabados/.github/wiki/How-to-Contribute#42-comments), [Style](https://github.com/shabados/.github/wiki/How-to-Contribute#43-style), [Linting](https://github.com/shabados/.github/wiki/How-to-Contribute#44-linting), and [Commit Messages](https://github.com/shabados/.github/wiki/How-to-Contribute#45-commit-messages)).
Please see the [docs](https://docs.shabados.com/community/coding-guidelines) for Coding Guidelines ([Names](https://docs.shabados.com/community/coding-guidelines#names), [Comments](https://docs.shabados.com/community/coding-guidelines#comments), [Style](https://docs.shabados.com/community/coding-guidelines#style), [Linting](https://docs.shabados.com/community/coding-guidelines#linting), and [Commit Messages](https://docs.shabados.com/community/coding-guidelines#commit-messages)).

### Scope

To be used in [commit messages](https://github.com/shabados/.github/wiki/How-to-Contribute#45-commit-messages).
To be used in [commit messages](https://docs.shabados.com/community/coding-guidelines#commit-messages).

Usage:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Helpful features were added over years of production-ready use.
See:

- [Our Website][website-url]
- [How to install](https://tutorials.shabados.com/tutorials/1.0.0/basics/install.html)
- [How to add live stream captions](https://tutorials.shabados.com/tutorials/1.0.0/overlay/add-live-streaming-captioning.html)
- [How to install](https://docs.shabados.com/presenter/guides/installing-shabad-os-presenter)
- [How to add live stream captions](https://docs.shabados.com/presenter/guides/configuring-live-stream-captions)

### Features

Expand Down
2 changes: 1 addition & 1 deletion app/frontend/src/Settings/OverlaySettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const OverlaySettings = () => {

<OptionGrid container align="center">
<Grid item {...slotSizes.single} className="buttons">
<TutorialButton className="tutorial-button" href="https://tutorials.shabados.com/tutorials/1.0.0/overlay/overlay.html">
<TutorialButton className="tutorial-button" href="https://docs.shabados.com/tutorials/overlay">
Learn More
</TutorialButton>
</Grid>
Expand Down

0 comments on commit 0c55158

Please sign in to comment.