Skip to content

Commit 28184b1

Browse files
Merge pull request #68 from rootstrap/docs/readme-project
docs: update website project readme
2 parents e405de5 + 35e0f61 commit 28184b1

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/e2e-android-eas-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🔗 Links:
22
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/workflows/e2e-android-eas-build.yml
3-
# End-to-end testing: https://starter.obytes.com/testing/end-to-end-testing/
3+
# End-to-end testing: https://rootstrap.github.io/react-native-template/testing/end-to-end-testing/
44

55
# ✍️ Description:
66
# This workflow is used to run end-to-end tests for EAS build on Android.

.github/workflows/e2e-android-maestro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🔗 Links:
22
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/workflows/e2e-android.yml
3-
# End-to-end testing: https://starter.obytes.com/testing/end-to-end-testing/
3+
# End-to-end testing: https://rootstrap.github.io/react-native-template/testing/end-to-end-testing/
44

55
# ✍️ Description:
66
# This workflow is used to run end-to-end tests on Android using Maestro Cloud.

.github/workflows/e2e-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🔗 Links:
22
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/workflows/e2e-android.yml
3-
# End-to-end testing: https://starter.obytes.com/testing/end-to-end-testing/
3+
# End-to-end testing: https://rootstrap.github.io/react-native-template/testing/end-to-end-testing/
44

55
# ✍️ Description:
66
# This workflow is used to run end-to-end tests on Android using Maestro.

.github/workflows/new-template-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🔗 Links:
22
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/workflows/lint-ts.yml
3-
# Starter releasing process: https://starter.obytes.com/ci-cd/app-releasing-process/
3+
# Starter releasing process: https://rootstrap.github.io/react-native-template/ci-cd/app-releasing-process/
44

55
# ✍️ Description:
66
# This workflow is used to create a new version of the template and push a new tag to the repo.

README-project.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ SonarQube is an open-source platform for continuous inspection of code quality.
4747

4848
## ✍️ Documentation
4949

50-
- [Rules and Conventions](https://starter.obytes.com/getting-started/rules-and-conventions/)
51-
- [Project structure](https://starter.obytes.com/getting-started/project-structure)
52-
- [Environment vars and config](https://starter.obytes.com/getting-started/environment-vars-config)
53-
- [UI and Theming](https://starter.obytes.com/ui-and-theme/ui-theming)
54-
- [Components](https://starter.obytes.com/ui-and-theme/components)
55-
- [Forms](https://starter.obytes.com/ui-and-theme/Forms)
56-
- [Data fetching](https://starter.obytes.com/guides/data-fetching)
57-
- [Contribute to starter](https://starter.obytes.com/how-to-contribute/)
50+
- [Rules and Conventions](https://rootstrap.github.io/react-native-template/getting-started/rules-and-conventions/)
51+
- [Project structure](https://rootstrap.github.io/react-native-template/getting-started/project-structure)
52+
- [Environment vars and config](https://rootstrap.github.io/react-native-template/getting-started/environment-vars-config)
53+
- [UI and Theming](https://rootstrap.github.io/react-native-template/ui-and-theme/ui-theming)
54+
- [Components](https://rootstrap.github.io/react-native-template/ui-and-theme/components)
55+
- [Forms](https://rootstrap.github.io/react-native-template/ui-and-theme/forms/)
56+
- [Data fetching](https://rootstrap.github.io/react-native-template/guides/data-fetching)
57+
- [Contribute to starter](https://rootstrap.github.io/react-native-template/how-to-contribute/)
5858
- [Distribute using EAS](/EAS.md)

0 commit comments

Comments
 (0)