Skip to content

Commit 34420c7

Browse files
committed
rename github links
1 parent f400461 commit 34420c7

File tree

4 files changed

+17
-21
lines changed

4 files changed

+17
-21
lines changed

README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,21 @@
55
Defang is a radically simpler way for developers to create, deploy, and manage cloud applications.
66

77
This repo includes:
8-
9-
- Public releases of the Defang CLI; [click here](https://github.com/DefangLabs/defang/releases/latest/) for the latest version
10-
- Samples in Golang, Python, and Node.js that show how to accomplish various tasks and deploy them to the DOP using a Docker Compose file using the Defang CLI.
11-
- Samples that show how to deploy an app using the [Defang Pulumi Provider](https://github.com/DefangLabs/pulumi-defang).
8+
* Public releases of the Defang CLI; [click here](https://github.com/DefangLabs/defang/releases/latest/) for the latest version
9+
* Samples in Golang, Python, and Node.js that show how to accomplish various tasks and deploy them to the DOP using a Docker Compose file using the Defang CLI.
10+
* Samples that show how to deploy an app using the [Defang Pulumi Provider](https://github.com/DefangLabs/pulumi-defang).
1211

1312
## Getting started
14-
15-
- Read our [Getting Started](https://docs.defang.io/docs/getting-started) page
16-
- Follow the installation instructions from the [Installing](https://docs.defang.io/docs/getting-started/installing) page
17-
- Take a look at our [Samples folder](https://github.com/DefangLabs/defang/tree/main/samples) for example projects in various programming languages.
18-
- Try the AI integration by running `defang generate`
19-
- Start your new service with `defang compose up`
13+
* Read our [Getting Started](https://docs.defang.io/docs/getting-started) page
14+
* Follow the installation instructions from the [Installing](https://docs.defang.io/docs/getting-started/installing) page
15+
* Take a look at our [Samples folder](https://github.com/DefangLabs/defang/tree/main/samples) for example projects in various programming languages.
16+
* Try the AI integration by running `defang generate`
17+
* Start your new service with `defang compose up`
2018

2119
## Installing
2220

2321
Install the Defang CLI from one of the following sources:
24-
25-
- Using the [Homebrew](https://brew.sh) package manager [DefangLabs/defang tap](https://github.com/DefangLabs/homebrew-defang):
22+
* Using the [Homebrew](https://brew.sh) package manager [DefangLabs/defang tap](https://github.com/DefangLabs/homebrew-defang):
2623
```
2724
brew install DefangLabs/defang/defang
2825
```
@@ -43,11 +40,10 @@ Install the Defang CLI from one of the following sources:
4340
```
4441
nix profile install github:DefangLabs/defang#defang-bin --refresh
4542
```
46-
- Download the [latest binary](https://github.com/DefangLabs/defang/releases/latest/) of the Defang CLI. For this beta, MacOS users will have to explicitly allow running of downloaded programs in the OS security settings.
43+
* Download the [latest binary](https://github.com/DefangLabs/defang/releases/latest/) of the Defang CLI. For this beta, MacOS users will have to explicitly allow running of downloaded programs in the OS security settings.
4744
4845
## Support
49-
50-
- File any issues [right here on GitHub](https://github.com/DefangLabs/defang/issues)
46+
* File any issues [right here on GitHub](https://github.com/DefangLabs/defang/issues)
5147
5248
## Command completion
5349

samples/nodejs/svelte-mysql/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ This sample showcases how you could deploy a full-stack application with Defang
88

99
## Essential Setup Files
1010

11-
1. Download [Defang CLI] (https://github.com/defang-io/defang)
11+
1. Download [Defang CLI] (https://github.com/DefangLabs/defang)
1212
2. (optional) If you are using [Defang BYOC] (https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html) authenticated your AWS account.
1313
3. (optional for local development) [Docker CLI] (https://docs.docker.com/engine/install/)
1414

1515
## Prerequisite
1616

17-
1. Download [Defang CLI] (https://github.com/defang-io/defang)
17+
1. Download [Defang CLI] (https://github.com/DefangLabs/defang)
1818
2. (optional) If you are using [Defang BYOC](https://docs.defang.io/docs/concepts/defang-byoc) make sure you have properly
1919
3. [Docker CLI] (https://docs.docker.com/engine/install/)
2020
4. [NodeJS] (https://nodejs.org/en/download/package-manager)

samples/nodejs/sveltekit-mongodb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ This sample showcases how you could deploy a full-stack application with Defang
88

99
## Essential Setup Files
1010

11-
1. Download [Defang CLI] (https://github.com/defang-io/defang)
11+
1. Download [Defang CLI] (https://github.com/DefangLabs/defang)
1212
2. (optional) If you are using [Defang BYOC] (https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html) authenticated your AWS account.
1313
3. (optional for local development) [Docker CLI] (https://docs.docker.com/engine/install/)
1414

1515
## Prerequisite
1616

17-
1. Download [Defang CLI] (https://github.com/defang-io/defang)
17+
1. Download [Defang CLI] (https://github.com/DefangLabs/defang)
1818
2. (optional) If you are using [Defang BYOC](https://docs.defang.io/docs/concepts/defang-byoc) make sure you have properly
1919
3. [Docker CLI] (https://docs.docker.com/engine/install/)
2020

src/.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ archives:
4646

4747
release:
4848
github:
49-
owner: defang-io
49+
owner: DefangLabs
5050
name: defang
5151
header: |
5252
# Defang CLI
@@ -71,7 +71,7 @@ nix:
7171
description: Command-line interface for the Defang Opinionated Platform
7272
license: "mit"
7373
repository:
74-
owner: defang-io
74+
owner: DefangLabs
7575
name: defang
7676
post_install: |
7777
installShellCompletion --cmd defang \

0 commit comments

Comments
 (0)