|
9 | 9 | </div> |
10 | 10 | <div class="social-links"> |
11 | 11 | <a |
12 | | - href="https://github.com/fastapi-practices/fastapi_best_architecture" |
| 12 | + href="https://github.com/fastapi-practices/fastapi-best-architecture" |
13 | 13 | target="_blank" |
14 | 14 | class="social-link" |
15 | 15 | > |
|
94 | 94 | <div class="footer-bottom-left"> |
95 | 95 | <span>Copyright © 2023-{{ currentYear }} FastAPI Practices and |
96 | 96 | <a |
97 | | - href="https://github.com/fastapi-practices/fastapi_best_architecture/graphs/contributors" |
| 97 | + href="https://github.com/fastapi-practices/fastapi-best-architecture/graphs/contributors" |
98 | 98 | target="_blank" |
99 | 99 | rel="noopener noreferrer" |
100 | 100 | class="footer-link" |
|
105 | 105 | <span> |
106 | 106 | Released under the |
107 | 107 | <a |
108 | | - href="https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/LICENSE" |
| 108 | + href="https://github.com/fastapi-practices/fastapi-best-architecture/blob/master/LICENSE" |
109 | 109 | target="_blank" |
110 | 110 | rel="noopener noreferrer" |
111 | 111 | class="footer-link" |
@@ -140,14 +140,14 @@ const links = { |
140 | 140 | { name: "常见问题", href: "/fastapi_best_architecture_docs/questions" }, |
141 | 141 | { |
142 | 142 | name: "更新记录", |
143 | | - href: "https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/CHANGELOG.md" |
| 143 | + href: "https://github.com/fastapi-practices/fastapi-best-architecture/blob/master/CHANGELOG.md" |
144 | 144 | }, |
145 | 145 | ], |
146 | 146 | community: [ |
147 | 147 | { name: "技术栈", href: "/fastapi_best_architecture_docs/stack" }, |
148 | 148 | { name: "交流群", href: "/fastapi_best_architecture_docs/group" }, |
149 | | - { name: "Github 问题", href: "https://github.com/fastapi-practices/fastapi_best_architecture/issues" }, |
150 | | - { name: "Github 讨论", href: "https://github.com/fastapi-practices/fastapi_best_architecture/discussions" }, |
| 149 | + { name: "Github 问题", href: "https://github.com/fastapi-practices/fastapi-best-architecture/issues" }, |
| 150 | + { name: "Github 讨论", href: "https://github.com/fastapi-practices/fastapi-best-architecture/discussions" }, |
151 | 151 | { name: "想法和建议", href: "https://discord.gg/xp8M6nY4NA" }, |
152 | 152 | ], |
153 | 153 | resources: [ |
|
0 commit comments