Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3c38b7c

Browse files
committedFeb 27, 2023
Update link to docs
Signed-off-by: Johan Haals <[email protected]>
1 parent 72b82df commit 3c38b7c

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed
 

‎docs/openapi/definitions/auth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ info:
1919
version: 0.1.1-alpha.8
2020
externalDocs:
2121
description: Backstage official documentation
22-
url: https://github.com/backstage/backstage/blob/master/docs/README.md
22+
url: https://backstage.io/docs
2323
servers:
2424
- url: http://localhost:7007/api/auth/
2525
tags:

‎packages/backend-app-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ yarn add --cwd packages/backend @backstage/backend-app-api
1616
## Documentation
1717

1818
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
19-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
19+
- [Backstage Documentation](https://backstage.io/docs)
2020
- [Backstage Backend System](https://backstage.io/docs/backend-system/)

‎packages/backend-common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ app.listen(PORT, () => {
3636
## Documentation
3737

3838
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
39-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
39+
- [Backstage Documentation](https://backstage.io/docs)

‎packages/backend-defaults/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ yarn add --cwd packages/backend @backstage/backend-defaults
1616
## Documentation
1717

1818
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
19-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
19+
- [Backstage Documentation](https://backstage.io/docs)
2020
- [Backstage Backend System](https://backstage.io/docs/backend-system/)

‎packages/backend-dev-utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ yarn add --cwd plugins/<plugin>-backend @backstage/backend-dev-utils
1616
## Documentation
1717

1818
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
19-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
19+
- [Backstage Documentation](https://backstage.io/docs)
2020
- [Backstage Backend System](https://backstage.io/docs/backend-system/)

‎packages/backend-plugin-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ yarn add --cwd plugins/<plugin>-backend @backstage/backend-plugin-api
1616
## Documentation
1717

1818
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
19-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
19+
- [Backstage Documentation](https://backstage.io/docs)
2020
- [Backstage Backend System](https://backstage.io/docs/backend-system/)

‎packages/backend-tasks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ When working with the `@backstage/backend-tasks` library you may run into your t
3535
## Documentation
3636

3737
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
38-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
38+
- [Backstage Documentation](https://backstage.io/docs)

‎packages/backend-test-utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ yarn add --dev @backstage/backend-test-utils
1515
## Documentation
1616

1717
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
18-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
18+
- [Backstage Documentation](https://backstage.io/docs)

‎packages/backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Read more about the [auth-backend](https://github.com/backstage/backstage/blob/m
5858
## Documentation
5959

6060
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
61-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
61+
- [Backstage Documentation](https://backstage.io/docs)

‎packages/cli-common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Do not install this package directly, it is an internal package used by [@backst
99
## Documentation
1010

1111
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
12-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
12+
- [Backstage Documentation](https://backstage.io/docs)

‎packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ To try out the command locally, you can execute the following from the parent di
2525
## Documentation
2626

2727
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
28-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
28+
- [Backstage Documentation](https://backstage.io/docs)

‎packages/codemods/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ npx jscodeshift --parser=tsx --extensions=tsx,js,ts,tsx --transform=node_modules
3535
## Documentation
3636

3737
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
38-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
38+
- [Backstage Documentation](https://backstage.io/docs)

‎packages/config-loader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Do not install this package directly, it is an internal package used by [@backst
99
## Documentation
1010

1111
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
12-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
12+
- [Backstage Documentation](https://backstage.io/docs)

‎packages/config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Do not install this package directly, it is an internal package used by [@backst
99
## Documentation
1010

1111
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
12-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
12+
- [Backstage Documentation](https://backstage.io/docs)

‎packages/create-app/templates/default-app/packages/backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ and
5656
## Documentation
5757

5858
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
59-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
59+
- [Backstage Documentation](https://backstage.io/docs)

‎packages/dev-utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ yarn add -D @backstage/dev-utils
1616
## Documentation
1717

1818
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
19-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
19+
- [Backstage Documentation](https://backstage.io/docs)

‎packages/e2e-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ If you make changes to other packages you will need to rerun `yarn tsc && yarn b
2121
## Documentation
2222

2323
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
24-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
24+
- [Backstage Documentation](https://backstage.io/docs)

‎packages/test-utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ yarn add -D @backstage/test-utils
1414
## Documentation
1515

1616
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
17-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
17+
- [Backstage Documentation](https://backstage.io/docs)

‎packages/theme/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ yarn add @backstage/theme
1414
## Documentation
1515

1616
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
17-
- [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
17+
- [Backstage Documentation](https://backstage.io/docs)

0 commit comments

Comments
 (0)
Please sign in to comment.