Skip to content

Commit 4da8c3f

Browse files
committed
docs: update repository links and citation details
Update GitHub repository links from placeholder 'your-org' to 'SourceShift' in CONTRIBUTING.md and README.md. This ensures all references point to the correct organization. Also, update the BibTeX citation in README.md to include the author's name and the correct publication year (2025), and update its URL to match the new organization. This provides accurate citation information.
1 parent 7debdae commit 4da8c3f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ We use these labels to categorize contributions:
342342

343343
### Community
344344

345-
- [GitHub Discussions](https://github.com/your-org/tpu-engineering-book/discussions)
345+
- [GitHub Discussions](https://github.com/SourceShift/TPU_Engineering_book/discussions)
346346
- [JAX Community](https://github.com/google/jax/discussions)
347347
- [TPU Users Group](https://groups.google.com/g/cloud-tpu-users)
348348

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This book provides a complete, production-ready guide to TPU engineering for mod
115115

116116
```bash
117117
# Clone the repository
118-
git clone https://github.com/your-org/tpu-engineering-book.git
118+
git clone https://github.com/SourceShift/TPU_Engineering_book.git
119119
cd tpu-engineering-book
120120

121121
# Set up Python environment
@@ -331,10 +331,10 @@ If you use this book in your research or work, please cite:
331331
```bibtex
332332
@book{tpu_engineering_2024,
333333
title={TPU Engineering for LLM Production Systems: The Definitive Guide},
334-
author={[Author Names]},
335-
year={2024},
334+
author={[Amir Khakshour]},
335+
year={2025},
336336
publisher={Open Source},
337-
url={https://github.com/your-org/tpu-engineering-book}
337+
url={https://github.com/SourceShift/TPU_Engineering_book}
338338
}
339339
```
340340

0 commit comments

Comments
 (0)