Skip to content

Commit

Permalink
Merge pull request #72 from defactor-com/feat/update-agile-framework
Browse files Browse the repository at this point in the history
fix(webapp): fix broken links
  • Loading branch information
xavier506 authored Jan 29, 2024
2 parents ec30d98 + a97120e commit 96c1bf6
Show file tree
Hide file tree
Showing 22 changed files with 13 additions and 13 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions docs/introduction/agile-playbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ The [Scrum Guide](https://scrumguides.org/) offers further insights into these r
| 10:00 | | | | | |
| 11:00 | Daily Standup | Daily Standup | Daily Standup | Daily Standup | Daily Standup |
| 12:00 | | | | | |
| 1:00 | | | | | |
| 2:00 | | | Backlog Grooming | | Design Review |
| 1:00 | | | Backlog Grooming | | Design Review |
| 2:00 | | | | | |
| 3:00 | | | | | |
| 4:00 | | | | | |

Expand All @@ -116,12 +116,12 @@ The [Scrum Guide](https://scrumguides.org/) offers further insights into these r
| Time | Monday | Tuesday | Wednesday | Thursday | Friday |
|-------|---------------|---------------|---------------|---------------|---------------|
| 8:00 | | | | | |
| 9:00 | Sprint Review & Release Demo | | | | |
| 9:00 | Sprint Review & Release Demo | | | | |
| 10:00 | | | | | |
| 11:00 | Daily Standup | Daily Standup | Daily Standup | Daily Standup | Daily Standup |
| 12:00 | | | | | |
| 1:00 | | | | | |
| 2:00 | | | Backlog Grooming | | Retrospective |
| 1:00 | | | Backlog Grooming | | Retrospective |
| 2:00 | | | | | |
| 3:00 | | | | | |
| 4:00 | | | | | |

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sidebar_position: 3

### Q2: Where can I find API documentation?

**A:** The API documentation is available [here](../category/back-end-api). It includes detailed descriptions of API endpoints, parameters, and examples.
**A:** The API documentation is available [here](../category/back-end-services). It includes detailed descriptions of API endpoints, parameters, and examples.

### Q3: Why Blockchain?

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const config = {
position: 'left',
},
{
href: '/docs/category/back-end-api/',
href: '/docs/category/back-end-services',
label: 'Back End',
position: 'left',
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const FeatureList = [
},
{
title: "Powerful API",
link: "docs/category/back-end-api",
link: "docs/category/back-end-services",
Svg: require("@site/static/img/api_defactor.svg").default,
description: (
<>
Expand Down
10 changes: 5 additions & 5 deletions src/theme/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function Footer() {
</div>
<div className={styles.footerLinksContainer}>
<div>
<h4>Docs</h4>
<h4>Documentation</h4>
<div className={styles.docsStyles}>
<a
className={styles.linkStyles}
Expand All @@ -48,15 +48,15 @@ function Footer() {
</a>
<a
className={styles.linkStyles}
href="/docs/category/back-end-api/"
href="/docs/category/back-end-services"
>
API
Backend API
</a>
<a
className={styles.linkStyles}
href="/docs/front-end-ui/"
>
Front End
Front End UI
</a>
<a
className={styles.linkStyles}
Expand All @@ -79,7 +79,7 @@ function Footer() {
className={styles.linkStyles}
href="https://github.com/defactor-com"
>
GitHub
Defactor GitHub
</a>
</div>
<div></div>
Expand Down

0 comments on commit 96c1bf6

Please sign in to comment.