Skip to content

Commit f533574

Browse files
committed
chore: update repository links to reflect new ownership by 'towardsthecloud'
1 parent e3e5e4d commit f533574

File tree

3 files changed

+14
-32
lines changed

3 files changed

+14
-32
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Contribution Guidelines
22

3-
Thank you for your interest in contributing to the [CDK Construct Snippets.](https://github.com/dannysteenman/vscode-cdk-snippets)
3+
Thank you for your interest in contributing to the [CDK Construct Snippets.](https://github.com/towardsthecloud/vscode-cdk-snippets)
44

55
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your issue or contribution.
66

77
## Reporting Bugs or Feature Requests
88

99
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
1010

11-
When filing an issue, please check [existing open](https://github.com/dannysteenman/vscode-cdk-snippets/issues), or [recently closed](https://github.com/dannysteenman/vscode-cdk-snippets/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can.
11+
When filing an issue, please check [existing open](https://github.com/towardsthecloud/vscode-cdk-snippets/issues), or [recently closed](https://github.com/towardsthecloud/vscode-cdk-snippets/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can.
1212

1313
## Contributing new changes via Pull Requests
1414

@@ -35,4 +35,4 @@ If the maintainers notice anything that we'd like changed, we'll ask you to edit
3535

3636
## Licensing
3737

38-
See the [LICENSE](https://github.com/dannysteenman/vscode-cdk-snippets/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
38+
See the [LICENSE](https://github.com/towardsthecloud/vscode-cdk-snippets/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ Example:
6464
---
6565
## AWS CDK Examples
6666

67-
[Explore our AWS CDK Examples repository](https://github.com/dannysteenman/aws-cdk-examples) - a rich collection of TypeScript-based solutions that bring your cloud architecture to life. Crafted by a seasoned AWS professional.
67+
[Explore our AWS CDK Examples repository](https://github.com/towardsthecloud/aws-cdk-examples) - a rich collection of TypeScript-based solutions that bring your cloud architecture to life. Crafted by a seasoned AWS professional.
6868

6969
---
7070
## Support
7171

72-
If you have a feature request or an issue, please let me know on [Github](https://github.com/dannysteenman/vscode-cdk-snippets/issues)
72+
If you have a feature request or an issue, please let me know on [Github](https://github.com/towardsthecloud/vscode-cdk-snippets/issues)
7373

7474
## Author
7575

7676
[Danny Steenman](https://towardsthecloud.com/about)
7777

78-
[![](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/dannysteenman)
78+
[![](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/towardsthecloud)
7979
[![](https://img.shields.io/badge/X-000000?style=for-the-badge&logo=x&logoColor=white)](https://twitter.com/dannysteenman)
80-
[![](https://img.shields.io/badge/GitHub-2b3137?style=for-the-badge&logo=github&logoColor=white)](https://github.com/dannysteenman)
80+
[![](https://img.shields.io/badge/GitHub-2b3137?style=for-the-badge&logo=github&logoColor=white)](https://github.com/towardsthecloud)

package.json

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "Apache-2.0",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/dannysteenman/vscode-cdk-snippets"
13+
"url": "https://github.com/towardsthecloud/vscode-cdk-snippets"
1414
},
1515
"engines": {
1616
"vscode": "^1.31.0"
@@ -19,16 +19,8 @@
1919
"color": "#2B2C33",
2020
"theme": "dark"
2121
},
22-
"categories": [
23-
"Snippets"
24-
],
25-
"keywords": [
26-
"aws",
27-
"cdk",
28-
"construct",
29-
"typescript",
30-
"python"
31-
],
22+
"categories": ["Snippets"],
23+
"keywords": ["aws", "cdk", "construct", "typescript", "python"],
3224
"badges": [
3325
{
3426
"url": "https://img.shields.io/visual-studio-marketplace/v/dannysteenman.cdk-snippets",
@@ -50,23 +42,13 @@
5042
"languages": [
5143
{
5244
"id": "python",
53-
"aliases": [
54-
"Python",
55-
"py"
56-
],
57-
"extensions": [
58-
".py"
59-
]
45+
"aliases": ["Python", "py"],
46+
"extensions": [".py"]
6047
},
6148
{
6249
"id": "typescript",
63-
"aliases": [
64-
"TypeScript",
65-
"ts"
66-
],
67-
"extensions": [
68-
".ts"
69-
]
50+
"aliases": ["TypeScript", "ts"],
51+
"extensions": [".ts"]
7052
}
7153
],
7254
"snippets": [

0 commit comments

Comments
 (0)