Skip to content

Commit 25465ae

Browse files
committed
updated the links in the README file
1 parent f2bf992 commit 25465ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ __pycache__/
1414
.DS_Store
1515

1616
source/node_modules/
17-
soource/build
17+
source/build
1818
cdk.out
1919
coverage

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*[🚀 Solution Landing Page](https://aws.amazon.com/solutions/implementations/cost-optimizer-for-amazon-workspaces/)** | **[🚧 Feature request](https://github.com/aws-solutions/workspaces-cost-optimizer/issues/new?assignees=&labels=feature-request%2C+enhancement&template=feature_request.md&title=)** | **[🐛 Bug Report](https://github.com/aws-solutions/workspaces-cost-optimizer/issues/new?assignees=&labels=bug%2C+triage&template=bug_report.md&title=)**
1+
*[🚀 Solution Landing Page](https://aws.amazon.com/solutions/implementations/cost-optimizer-for-amazon-workspaces/)** | **[🚧 Feature request](https://github.com/aws-solutions/cost-optimizer-for-amazon-workspaces/issues/new?assignees=&labels=feature-request%2C+enhancement&template=feature_request.md&title=)** | **[🐛 Bug Report](https://github.com/aws-solutions/cost-optimizer-for-amazon-workspaces/issues/new?assignees=&labels=bug%2C+triage&template=bug_report.md&title=)**
22

33
Note: If you want to use the solution without building from source, navigate to Solution Landing Page.
44

@@ -29,7 +29,7 @@ To help customers with unpredictable WorkSpace usage patterns monitor their Amaz
2929
# Getting Started
3030
For deployment flexability and backwards compatability, there are two ways of deploying this solution: via Cloudformation and via CDK. The simplest way to get started is via AWS Cloudformation's WebUI. The programatic way via CDK allows customization of input parameters. Feel free to choose either ways of deployment to fit your needs.
3131

32-
Deploy via the [CloudFormation Template for WorkSpaces Cost Optimizer](https://s3.amazonaws.com/solutions-reference/workspaces-cost-optimizer/latest/workspaces-cost-optimizer.template)
32+
Deploy via the [CloudFormation Template for WorkSpaces Cost Optimizer](https://solutions-reference.s3.amazonaws.com/cost-optimizer-for-amazon-workspaces/latest/cost-optimizer-for-amazon-workspaces.template)
3333

3434
Deploy via [CDKv2](https://docs.aws.amazon.com/cdk/v2/guide/home.html) with [npm](https://docs.npmjs.com/):
3535

@@ -52,7 +52,7 @@ npm run deploy -- --profile ${AWS_PROFILE} --parameters CreateNewVPC=Yes
5252
```
5353

5454

55-
For the full solution overview visit [WorkSpaces Cost Optimizer on AWS](https://aws.amazon.com/solutions/implementations/amazon-workspaces-cost-optimizer/)
55+
For the full solution overview visit [WorkSpaces Cost Optimizer on AWS](https://aws.amazon.com/solutions/implementations/cost-optimizer-for-amazon-workspaces/)
5656

5757
<a name="aws-solutions-constructs"></a><a name="customizing-the-solution"></a>
5858
# Customizing the Solution
@@ -256,4 +256,4 @@ this capability, please see the
256256
# License
257257

258258
See license
259-
[here](https://github.com/aws-solutions/workspaces-cost-optimizer/blob/main/LICENSE.txt).
259+
[here](https://github.com/aws-solutions/cost-optimizer-for-amazon-workspaces/blob/main/LICENSE.txt).

0 commit comments

Comments
 (0)