Skip to content

Commit 1bf413b

Browse files
committed
More readme bump
1 parent fb1a600 commit 1bf413b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thank you for the interest in the project!
44

5-
If you found a bug, have a feature request or need help (ask questions) [open a new issue](https://github.com/fdoxyz/udl-server/issues/new).
5+
If you found a bug, have a feature request or need help (ask questions) [open a new issue](https://github.com/fdocr/udl-server/issues/new).
66

77
If you implemented a bugfix, a new feature, or updated the docs/tests feel free to __Submit a Pull Request__ so it can be reviewed and hopefully merged.
88

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,18 @@ These and other edge cases make for a less than ideal experience, if your object
1818

1919
## Self-hosting
2020

21-
Power users will likely need better reliability and scalability than a free service is able to offer. Self-hosting with Heroku (or similar SaaS platforms) is as easy as:
21+
Power users will likely need better reliability and scalability than a free service is able to offer. Self-hosting with Heroku (or similar hosting solutions) is as easy as:
2222

2323
1. Fork this repository
2424
1. Configure the app to automatically deploy to your Heroku account
2525
- Using a [custom domain with Heroku](https://devcenter.heroku.com/articles/custom-domains) is very simple (i.e. `udl.your-domain.com`)
2626
- Heroku's default subdomain works too (i.e. `my-app.herokuapp.com`)
2727
1. Keep up with upstream (this repo) for future updates
28-
- `git remote add upstream [email protected]:fdoxyz/udl-server.git`
29-
- `git pull upstream main`
30-
- `git push origin main`
28+
- Use the **"Sync fork"** feature in your GitHub repo
29+
- Or manually with git commands:
30+
- `git remote add upstream [email protected]:fdocr/udl-server.git`
31+
- `git pull upstream main`
32+
- `git push origin main`
3133
1. Configure `AASA_APP_ID` ENV variable to match your App Id
3234
- Use the team ID or app ID prefix, followed by the bundle ID (joined by a dot `.`).
3335
- This will allow your UDL Server to directly serve as a Universal Link target for your app and improve the experience
@@ -60,12 +62,12 @@ Some common details to keep in mind in case your redirects aren't working proper
6062

6163
## Contributing
6264

63-
Please check out the [Contributing Guide](https://github.com/fdoxyz/udl-server/blob/main/CONTRIBUTING.md).
65+
Please check out the [Contributing Guide](https://github.com/fdocr/udl-server/blob/main/CONTRIBUTING.md).
6466

6567
## Code of Conduct
6668

67-
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Code of Conduct](https://github.com/fdoxyz/udl-server/blob/main/CODE_OF_CONDUCT.md).
69+
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Code of Conduct](https://github.com/fdocr/udl-server/blob/main/CODE_OF_CONDUCT.md).
6870

6971
## License
7072

71-
Released under an [MIT License](https://github.com/fdoxyz/udl-server/blob/main/LICENSE.txt)
73+
Released under an [MIT License](https://github.com/fdocr/udl-server/blob/main/LICENSE.txt)

0 commit comments

Comments
 (0)