File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 - name : Setup Pages
22- uses : actions/configure-pages@v3
22+ uses : actions/configure-pages@v4
2323 - name : Upload artifact
24- uses : actions/upload-pages-artifact@v2
24+ uses : actions/upload-pages-artifact@v3
2525 with :
2626 path : ./website
2727 - name : Deploy to GitHub Pages
2828 id : deployment
29- uses : actions/deploy-pages@v2
29+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change @@ -370,8 +370,8 @@ <h1 class="glow">COGNITIVE ENGINE</h1>
370370 A system where reasoning is explicit, inspectable, and iterative.
371371 </ p >
372372 < div class ="cta-container ">
373- < a href ="wiki/Getting-Started.md " class ="cta-button primary "> Get Started</ a >
374- < a href ="wiki/Architecture.md " class ="cta-button "> Learn More</ a >
373+ < a href ="https://github.com/AutoBotSolutions/COGNITIVE-ENGINE/ wiki/Getting-Started " class ="cta-button primary "> Get Started</ a >
374+ < a href ="https://github.com/AutoBotSolutions/COGNITIVE-ENGINE/ wiki/Architecture " class ="cta-button "> Learn More</ a >
375375 </ div >
376376 </ section >
377377
You can’t perform that action at this time.
0 commit comments