Skip to content

Commit

Permalink
fix: update loading API document path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespudwebb committed Aug 16, 2022
1 parent 482b56a commit 0bd794b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs-app/src/app/content/components/components.ts
Expand Up @@ -174,7 +174,7 @@ export const createComponentDetails: IComponentDetails[] = [
name: 'Loading',
id: 'loading',
description: 'Circular or linear progress loader',
apiDocUrl: 'libs/loading/README.md',
apiDocUrl: 'libs/angular/loading/README.md',
icon: 'hourglass_empty',
category: buttons.name,
route: '/components/loading',
Expand Down

0 comments on commit 0bd794b

Please sign in to comment.