You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -269,7 +269,7 @@ See `.github/workflows/migrations-ci.yml` for details.
269
269
For detailed migration examples and templates, see:
270
270
271
271
- **[Migration Template Guide](alembic/MIGRATION_TEMPLATE.md)** - Comprehensive examples for all migration types
272
-
- **[Production Migration Runbook](docs/PRODUCTION_MIGRATIONS.md)** - Production deployment procedures
272
+
- **[Production Migration Runbook](docs/production-migrations.md)** - Production deployment procedures
273
273
274
274
#### Quick Examples
275
275
@@ -574,7 +574,7 @@ Runs on:
574
574
pytest tests/
575
575
ruff check app/ worker/
576
576
black --check app/ worker/
577
-
577
+
578
578
# Frontend
579
579
cd frontend
580
580
npm run lint
@@ -648,7 +648,7 @@ If checks take significantly longer, please report as an issue.
648
648
649
649
**Start here:**
650
650
1. Read our [First-Time Contributors Guide](docs/contributing/first-time.md) for a step-by-step walkthrough
651
-
2. Look for issues labeled [`good first issue`](https://github.com/subculture-collective/transcript-create/labels/good%20first%20issue) - these are beginner-friendly
651
+
2. Look for issues labeled [`good first issue`](https://github.com/PatrickFanella/transcript-create/labels/good%20first%20issue) - these are beginner-friendly
652
652
3. Check out our [Development Setup](#development-setup) guide
653
653
4. Don't hesitate to ask questions!
654
654
@@ -663,15 +663,15 @@ If checks take significantly longer, please report as an issue.
663
663
If you have questions or need help:
664
664
665
665
1.**Documentation**: Check the [README.md](README.md) and [docs/](docs/) folder
666
-
2.**Existing Issues**: Search [existing issues](https://github.com/subculture-collective/transcript-create/issues) for similar questions
667
-
3.**Ask a Question**: Open a [new issue](https://github.com/subculture-collective/transcript-create/issues/new/choose) with the question template
666
+
2.**Existing Issues**: Search [existing issues](https://github.com/PatrickFanella/transcript-create/issues) for similar questions
667
+
3.**Ask a Question**: Open a [new issue](https://github.com/PatrickFanella/transcript-create/issues/new/choose) with the question template
668
668
4.**Development Questions**: Check [docs/development/](docs/development/) for architecture and code guidelines
669
669
670
670
We strive to respond to all questions within 48 hours. Don't be shy - there are no stupid questions!
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
792
792
793
-
For information about third-party dependencies and their licenses, see [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md).
793
+
For information about third-party dependencies and their licenses, see [docs/third-party-notices.md](docs/third-party-notices.md).
794
794
795
795
## Contributors
796
796
797
797
Thank you to all the amazing people who have contributed to Transcript Create! 🙏
798
798
799
-
See [CONTRIBUTORS.md](CONTRIBUTORS.md) for the full list of contributors.
799
+
See [docs/contributors.md](docs/contributors.md) for the full list of contributors.
800
800
801
801
Want to contribute? Check out our [Contributing Guide](CONTRIBUTING.md) and [First-Time Contributors Guide](docs/contributing/first-time.md) to get started!
0 commit comments