2121 < a href ="/knowledge.html " class ="text-gray-700 hover:text-blue-600 font-medium "> Knowledge Base</ a >
2222 < a href ="/guide.html " class ="text-gray-700 hover:text-blue-600 font-medium "> Guide</ a >
2323 < a href ="/contribute.html " class ="text-gray-700 hover:text-blue-600 font-medium "> Contribute</ a >
24- < a href ="https://github.com/dakan-ai /fluently " target ="_blank " class ="text-gray-700 hover:text-blue-600 font-medium ">
24+ < a href ="https://github.com/faical-yannick-congo /fluently " target ="_blank " class ="text-gray-700 hover:text-blue-600 font-medium ">
2525 < i class ="fab fa-github "> </ i > GitHub
2626 </ a >
2727 </ div >
2828 < div class ="md:hidden ">
29- < a href ="https://github.com/dakan-ai /fluently " target ="_blank " class ="text-gray-700 hover:text-blue-600 ">
29+ < a href ="https://github.com/faical-yannick-congo /fluently " target ="_blank " class ="text-gray-700 hover:text-blue-600 ">
3030 < i class ="fab fa-github text-xl "> </ i >
3131 </ a >
3232 </ div >
@@ -59,7 +59,7 @@ <h1 class="text-5xl md:text-6xl font-bold text-gray-900 mb-6">
5959
6060 <!-- GitHub Stats -->
6161 < div class ="mt-8 flex flex-col sm:flex-row justify-center gap-4 text-gray-700 ">
62- < a href ="https://github.com/dakan-ai /fluently " target ="_blank " class ="inline-flex items-center space-x-2 hover:text-blue-600 ">
62+ < a href ="https://github.com/faical-yannick-congo /fluently " target ="_blank " class ="inline-flex items-center space-x-2 hover:text-blue-600 ">
6363 < i class ="fab fa-github text-xl "> </ i >
6464 < span id ="star-count "> ⭐ Stars</ span >
6565 </ a >
@@ -121,7 +121,7 @@ <h3 class="text-2xl font-bold text-gray-900 mb-4">Diligence</h3>
121121 < p class ="text-center text-gray-700 mb-4 ">
122122 < strong > Learn More:</ strong > The 4D Framework was developed by Dakan & Feller / Anthropic to operationalize AI fluency in real-world teams.
123123 </ p >
124- < a href ="https://github.com/dakan-ai /fluently " target ="_blank " class ="text-blue-600 hover:text-blue-700 font-medium ">
124+ < a href ="https://github.com/faical-yannick-congo /fluently " target ="_blank " class ="text-blue-600 hover:text-blue-700 font-medium ">
125125 Read the full framework on GitHub →
126126 </ a >
127127 </ div >
@@ -163,7 +163,7 @@ <h2 class="text-4xl font-bold text-center mb-12 text-gray-900">
163163 < a href ="/knowledge.html " class ="flex-1 bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg text-center ">
164164 Explore More Examples
165165 </ a >
166- < a href ="https://github.com/dakan-ai /fluently/blob/main/knowledge/coding-bug-fix-prioritization.yaml " target ="_blank " class ="flex-1 bg-gray-200 hover:bg-gray-300 text-gray-900 font-bold py-3 px-6 rounded-lg text-center ">
166+ < a href ="https://github.com/faical-yannick-congo /fluently/blob/main/knowledge/coding-bug-fix-prioritization.yaml " target ="_blank " class ="flex-1 bg-gray-200 hover:bg-gray-300 text-gray-900 font-bold py-3 px-6 rounded-lg text-center ">
167167 View Source YAML
168168 </ a >
169169 </ div >
@@ -241,9 +241,9 @@ <h4 class="text-white font-bold mb-4">Links</h4>
241241 < div >
242242 < h4 class ="text-white font-bold mb-4 "> Community</ h4 >
243243 < ul class ="space-y-2 text-sm ">
244- < li > < a href ="https://github.com/dakan-ai /fluently " target ="_blank " class ="hover:text-white "> GitHub</ a > </ li >
245- < li > < a href ="https://github.com/dakan-ai /fluently/issues " target ="_blank " class ="hover:text-white "> Issues</ a > </ li >
246- < li > < a href ="https://github.com/dakan-ai /fluently/discussions " target ="_blank " class ="hover:text-white "> Discussions</ a > </ li >
244+ < li > < a href ="https://github.com/faical-yannick-congo /fluently " target ="_blank " class ="hover:text-white "> GitHub</ a > </ li >
245+ < li > < a href ="https://github.com/faical-yannick-congo /fluently/issues " target ="_blank " class ="hover:text-white "> Issues</ a > </ li >
246+ < li > < a href ="https://github.com/faical-yannick-congo /fluently/discussions " target ="_blank " class ="hover:text-white "> Discussions</ a > </ li >
247247 </ ul >
248248 </ div >
249249 < div >
@@ -261,7 +261,7 @@ <h4 class="text-white font-bold mb-4">License</h4>
261261 // Fetch GitHub stats
262262 async function fetchGitHubStats ( ) {
263263 try {
264- const response = await fetch ( 'https://api.github.com/repos/dakan-ai /fluently' ) ;
264+ const response = await fetch ( 'https://api.github.com/repos/faical-yannick-congo /fluently' ) ;
265265 const data = await response . json ( ) ;
266266
267267 if ( data . stargazers_count ) {
@@ -275,7 +275,7 @@ <h4 class="text-white font-bold mb-4">License</h4>
275275
276276 async function fetchContributors ( ) {
277277 try {
278- const response = await fetch ( 'https://api.github.com/repos/dakan-ai /fluently/contributors' ) ;
278+ const response = await fetch ( 'https://api.github.com/repos/faical-yannick-congo /fluently/contributors' ) ;
279279 const data = await response . json ( ) ;
280280
281281 if ( Array . isArray ( data ) && data . length > 0 ) {
0 commit comments