Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken links to the documentation #1427

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Enhancement suggestions are tracked as GitHub issues. Make sure you provide the

### Improving documentation

[Booster documentation](https://docs.booster.cloud) is treated as a live document that continues improving on a daily basis. If you find something that is missing or can be improved, please contribute, it will be of great help for other developers.
[Booster documentation](https://docs.boosterframework.com) is treated as a live document that continues improving on a daily basis. If you find something that is missing or can be improved, please contribute, it will be of great help for other developers.
To contribute you can use the button "Edit on github" at the top of each chapter.

#### Documentation principles and practices
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Booster Cloud Framework (https://booster.cloud)
Booster Framework (https://boosterframework.com)
=========================================

Copyright 2019 Boosterin Labs S.L. <[email protected]>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
![Integration tests](https://github.com/boostercloud/booster/actions/workflows/integration-tests.yml/badge.svg)
[![Discord](https://img.shields.io/discord/763753198388510780.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/bDY8MKx)
[![Docs](https://img.shields.io/badge/Docs-Booster-blue)](https://docs.booster.cloud)
[![Docs](https://img.shields.io/badge/Docs-Booster-blue)](https://docs.boosterframework.com)
---

# What is Booster Framework?
Expand Down Expand Up @@ -67,7 +67,7 @@ Booster Framework follows the next principles:
You can join the conversation and start contributing in any of the following ways:
* [Say hello in Discord](https://discord.gg/bDY8MKx)
* [Create a new issue in Github](https://github.com/boostercloud/booster/issues/new/choose)
* [Try the framework and let us know how you liked it!](https://docs.booster.cloud/#/chapters/02_getting-started)
* [Try the framework and let us know how you liked it!](https://docs.boosterframework.com/category/getting-started)

Please refer to [`CONTRIBUTING.md`](./CONTRIBUTING.md) for more details. Pull requests are welcome. For major changes, please
open an issue first to discuss what you would like to change.
Expand All @@ -79,7 +79,7 @@ The Booster Framework is licensed under the Apache License, Version 2.0. See the
# Resources

* [Website](https://boosterframework.com)
* [Documentation](https://docs.booster.cloud)
* [Documentation](https://docs.boosterframework.com)
* [Step-by-step guides and examples](docs/examples)
* [Join the conversation in Discord](https://discord.gg/k7b4B8CDtT)
* [Twitter](https://twitter.com/boostthecloud)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@boostercloud/framework-core",
"comment": "Fixed broken links to the documentation",
"type": "none"
}
],
"packageName": "@boostercloud/framework-core"
}
127 changes: 68 additions & 59 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/application-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"keywords": [
"application-tester"
],
"author": "Booster Cloud",
"homepage": "https://booster.cloud",
"author": "Boosterin Labs SLU",
"homepage": "https://boosterframework.com",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@boostercloud/cli",
"description": "CLI of the Booster Cloud Framework, the next level of abstraction for cloud-native applications",
"description": "CLI of the Booster Framework, the next level of abstraction for cloud-native applications",
"version": "1.18.1",
"author": "Booster Cloud",
"homepage": "https://booster.cloud",
"author": "Boosterin Labs SLU",
"homepage": "https://boosterframework.com",
"publishConfig": {
"access": "public"
},
Expand Down
Loading
Loading