Skip to content

Commit

Permalink
Updated links to new Repo
Browse files Browse the repository at this point in the history
- Updated links to new repo and wiki
  • Loading branch information
thomst08 committed Jan 7, 2024
1 parent de46c2e commit 02a8968
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ All help is welcome and greatly appreciated! If you would like to contribute to
2. Add the remote `upstream`:

```bash
git remote add upstream https://github.com/darkalfx/requestrr
git remote add upstream https://github.com/thomst08/requestrr
```

3. Create a new branch:
Expand Down Expand Up @@ -66,7 +66,7 @@ All help is welcome and greatly appreciated! If you would like to contribute to

### Contributing Code

- If you are taking on an existing bug or feature ticket, please comment on the [issue](https://github.com/darkalfx/requestrr/issues) to avoid multiple people working on the same thing.
- If you are taking on an existing bug or feature ticket, please comment on the [issue](https://github.com/thomst08/requestrr/issues) to avoid multiple people working on the same thing.
- All commits **must** follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
- It is okay to squash your pull request down into a single commit that fits this standard.
- Pull requests with commits not following this standard will **not** be merged.
Expand Down
2 changes: 1 addition & 1 deletion Requestrr.WebApi/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "requestrr",
"version": "2.1.3",
"version": "2.1.4",
"description": "Requestrr is a server designed to faciliate the request of media through chat applications.",
"main": "index.js",
"author": "Darkalfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function Ombi(props) {
</FormGroup>
</Col>
<Col lg="6">
<a href="https://github.com/darkalfx/requestrr/wiki/Configuring-Ombi#configuring-permissions" target="_blank" rel="noreferrer">Click here to view how configure Ombi permissions with the bot</a>
<a href="https://github.com/thomst08/requestrr/wiki/Configuring-Ombi#configuring-permissions" target="_blank" rel="noreferrer">Click here to view how configure Ombi permissions with the bot</a>
</Col>
</Row>
<Row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function OverseerrMovie(props) {
</FormGroup>
</Col>
<Col lg="6">
<a href="https://github.com/darkalfx/requestrr/wiki/Configuring-Overseerr#configuring-permissions" target="_blank" rel="noreferrer">Click here to view how configure Overseerr permissions with the bot</a>
<a href="https://github.com/thomst08/requestrr/wiki/Configuring-Overseerr#configuring-permissions" target="_blank" rel="noreferrer">Click here to view how configure Overseerr permissions with the bot</a>
</Col>
</Row>
<Row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function OverseerrTvShow(props) {
</FormGroup>
</Col>
<Col lg="6">
<a href="https://github.com/darkalfx/requestrr/wiki/Configuring-Overseerr#configuring-permissions" target="_blank" rel="noreferrer">Click here to view how configure Overseerr permissions with the bot</a>
<a href="https://github.com/thomst08/requestrr/wiki/Configuring-Overseerr#configuring-permissions" target="_blank" rel="noreferrer">Click here to view how configure Overseerr permissions with the bot</a>
</Col>
</Row>
<Row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Footer() {
<Col xl="6">
<div className="copyright text-center text-xl-left text-muted">
© {new Date().getFullYear()}{" "}
Requestrr (v2.1.3)
Requestrr (v2.1.4)
</div>
</Col>
</Row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function AuthFooter() {
<Col xl="6">
<div className="copyright d-flex justify-content-center text-center text-xl-left text-muted">
© {new Date().getFullYear()}{" "}
Requestrr (v2.1.3)
Requestrr (v2.1.4)
</div>
</Col>
</Row>
Expand Down
6 changes: 3 additions & 3 deletions Requestrr.WebApi/ClientApp/src/components/Sidebar/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,16 +177,16 @@ function Sidebar(props) {
<h6 className="navbar-heading text-muted">Support</h6>
<ul className="mb-md-3 navbar-nav">
<li className="nav-item">
<a className="nav-link" target="_blank" href="https://github.com/darkalfx/requestrr/wiki"><i className="fas big fa-book" style={{ color: 'darkgreen' }}></i>Wiki</a>
<a className="nav-link" target="_blank" href="https://github.com/thomst08/requestrr/wiki"><i className="fas big fa-book" style={{ color: 'darkgreen' }}></i>Wiki</a>
</li>
<li className="nav-item">
<a className="nav-link" target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ELFGQ65FJFPVQ&currency_code=CAD&source=url"><i className="fas big fa-heart text-red"></i>Donate</a>
<a className="nav-link" target="_blank" href="https://www.paypal.com/donate/?business=QT2Y72ABMYJNG&no_recurring=0&currency_code=AUD"><i className="fas big fa-heart text-red"></i>Donate</a>
</li>
<li className="nav-item">
<a className="nav-link" target="_blank" href="https://discord.gg/ATCM64M"><i className="fab big fa-discord" style={{ color: '#7289DA' }}></i>Discord</a>
</li>
<li className="nav-item">
<a className="nav-link" target="_blank" href="https://github.com/darkalfx/requestrr/issues"><i className="fab big fa-github" style={{ color: 'black' }} ></i>Github</a>
<a className="nav-link" target="_blank" href="https://github.com/thomst08/requestrr/issues"><i className="fab big fa-github" style={{ color: 'black' }} ></i>Github</a>
</li>
</ul>
</Collapse>
Expand Down
2 changes: 1 addition & 1 deletion Requestrr.WebApi/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.4"
services:
requestrr:
image: darkalfx/requestrr
image: thomst08/requestrr
hostname: requestrr
container_name: requestrr
ports:
Expand Down

0 comments on commit 02a8968

Please sign in to comment.