Skip to content

Commit 92d902e

Browse files
committed
rename github links
1 parent ba09606 commit 92d902e

16 files changed

+37
-37
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fi
2828
fi
2929
shell: bash
30-
30+
3131
- uses: actions/checkout@v3
3232
- uses: actions/setup-node@v3
3333
with:
@@ -37,22 +37,22 @@ jobs:
3737
- name: Install dependencies
3838
run: npm ci
3939

40-
- name: Checkout defang-io/defang
40+
- name: Checkout DefangLabs/defang
4141
uses: actions/checkout@v3
4242
with:
43-
repository: defang-io/defang
43+
repository: DefangLabs/defang
4444
path: defang
4545
ref: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.version || 'main' }}
46-
46+
4747
- name: Set up Go
4848
uses: actions/setup-go@v2
4949
with:
5050
go-version: "1.21"
51-
51+
5252
- name: Generate CLI docs
5353
run: go run main.go ./tmp
5454
working-directory: defang/src/cmd/gendocs
55-
55+
5656
- name: Copy CLI docs to current repository
5757
run: cp -r ./defang/src/cmd/gendocs/tmp/* ./docs/cli
5858

@@ -82,4 +82,4 @@ jobs:
8282
user_email: 41898282+github-actions[bot]@users.noreply.github.com
8383
cname: docs.defang.io
8484

85-
85+

.github/workflows/test-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ jobs:
2121
- name: Install dependencies
2222
run: npm ci
2323

24-
- name: Checkout defang-io/defang
24+
- name: Checkout DefangLabs/defang
2525
uses: actions/checkout@v3
2626
with:
27-
repository: defang-io/defang
27+
repository: DefangLabs/defang
2828
path: defang
2929
ref: main
30-
30+
3131
- name: Set up Go
3232
uses: actions/setup-go@v2
3333
with:
3434
go-version: "1.21"
35-
35+
3636
- name: Generate CLI docs
3737
run: go run main.go ./tmp
3838
working-directory: defang/src/cmd/gendocs
39-
39+
4040
- name: Copy CLI docs to current repository
4141
run: cp -r ./defang/src/cmd/gendocs/tmp/* ./docs/cli
4242

blog/2023-06-29-Announcing-the-Private-Beta-for-the-DOP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We realize that improving on this state of affairs is a long journey. Today, we
1212

1313
**Try the Private Beta!**
1414

15-
To try the Private Beta, please go to [portal.defang.dev](https://portal.defang.dev) and register. We would love to have you kick the tires and give us your feedback! You can also check out our [documentation](https://docs.defang.io/docs/intro), [samples](https://docs.defang.io/docs/intro), and our [Github repository](https://github.com/defang-io).
15+
To try the Private Beta, please go to [portal.defang.dev](https://portal.defang.dev) and register. We would love to have you kick the tires and give us your feedback! You can also check out our [documentation](https://docs.defang.io/docs/intro), [samples](https://docs.defang.io/docs/intro), and our [Github repository](https://github.com/DefangLabs).
1616

1717
**Stay Tuned for More**
1818

blog/2024-02-12-announcing-defang-public-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can learn more about Defang [here](https://docs.defang.io/docs/intro). Also
1616

1717
**Try the Public Beta!**
1818

19-
To try the Public Beta, please go to [defang.io](http://defang.io) and click on [Download](https://github.com/defang-io/defang/releases/latest) to download the CLI and [get started](https://docs.defang.io/docs/getting-started). We would love to have you kick the tires and give us your feedback! Once you sign up you’ll receive an invitation to our Slack support channel in email. You are also welcome to file [Github issues here](https://github.com/defang-io/defang/issues).
19+
To try the Public Beta, please go to [defang.io](http://defang.io) and click on [Download](https://github.com/DefangLabs/defang/releases/latest) to download the CLI and [get started](https://docs.defang.io/docs/getting-started). We would love to have you kick the tires and give us your feedback! Once you sign up you’ll receive an invitation to our Slack support channel in email. You are also welcome to file [Github issues here](https://github.com/DefangLabs/defang/issues).
2020

2121
**Stay Tuned for More**
2222

blog/2024-03-20-dev-environments.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ We want it to be easy for you to try Defang with as little friction as possible,
1515

1616
## Codespaces
1717

18-
If you want to get started with Codespaces, you can just fork [this repo](https://github.com/defang-io/github-codespace). It comes with the Defang CLI pre-installed so you can start playing with it immediately. It's setup using the Defang CLI [Dev Container Feature](https://github.com/defang-io/devcontainer-feature/pkgs/container/devcontainer-feature%2Fdefang-cli).
18+
If you want to get started with Codespaces, you can just fork [this repo](https://github.com/DefangLabs/github-codespace). It comes with the Defang CLI pre-installed so you can start playing with it immediately. It's setup using the Defang CLI [Dev Container Feature](https://github.com/DefangLabs/devcontainer-feature/pkgs/container/devcontainer-feature%2Fdefang-cli).
1919

2020
## Dev Containers
2121

2222
[Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) are a cool way to provision and configure development environments and share that configuration with other people you are working with. It's a spec that is supported by [VS Code](https://code.visualstudio.com/docs/devcontainers/containers), [Visual Studio](https://devblogs.microsoft.com/cppblog/dev-containers-for-c-in-visual-studio/), the JetBrains IDEs like [IntelliJ](https://www.jetbrains.com/help/idea/connect-to-devcontainer.html) and [PyCharm](https://www.jetbrains.com/help/pycharm/connect-to-devcontainer.html), [DevPod](https://devpod.sh/docs/developing-in-workspaces/devcontainer-json) and others.
2323

2424
## GitPod
2525

26-
GitPod is another Cloud IDE, a bit like GitHub Codespaces. If prefer GitPod, you can try Defang in a GitPod environment by using [this repo](https://github.com/defang-io/gitpod-workspace/tree/main).
26+
GitPod is another Cloud IDE, a bit like GitHub Codespaces. If prefer GitPod, you can try Defang in a GitPod environment by using [this repo](https://github.com/DefangLabs/gitpod-workspace/tree/main).

blog/2024-03-28-slackbot-sample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Before we dive into the details, let's make sure you have everything you need to
2828
6. **Clone the Sample Code:** Clone the Defang repository and navigate to the `samples/golang/slackbot` directory. This directory contains the sample code for the Slackbot.
2929

3030
```bash
31-
git clone https://github.com/defang-io/defang
31+
git clone https://github.com/DefangLabs/defang
3232
cd defang/samples/golang/slackbot
3333
```
3434

docs/concepts/ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Defang includes an AI-driven assistant that translates natural language prompts
1313
The AI assistant is currently in beta and only supports a limited set of prompts. We plan to expand the capabilities of the AI assistant in the future.
1414
:::
1515

16-
We are working on expanding the range of supported prompts and improving the accuracy of the AI assistant. If you have any feedback or suggestions, please let us know by [opening an issue](https://github.com/defang-io/defang/issues/new).
16+
We are working on expanding the range of supported prompts and improving the accuracy of the AI assistant. If you have any feedback or suggestions, please let us know by [opening an issue](https://github.com/DefangLabs/defang/issues/new).
1717

1818
## Example Prompts
1919

docs/concepts/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 225
99
Defang allows you to configure your application using environment variables. You can set environment variables in your [`compose.yaml` file](./compose.md), or in your [Pulumi program](./pulumi.md). Using Pulumi gives you the advantage of being able to manage your environment variables across different environments using Pulumi stacks.
1010

1111
:::tip Sample
12-
You can find a sample of how to set environment variables with Pulumi [here](https://github.com/defang-io/defang/tree/main/samples/nodejs/remix-aiven-postgres).
12+
You can find a sample of how to set environment variables with Pulumi [here](https://github.com/DefangLabs/defang/tree/main/samples/nodejs/remix-aiven-postgres).
1313
:::
1414

1515
# Sensitive Config aka Secrets
@@ -33,7 +33,7 @@ Use the `defang config` command of the Defang CLI to manage the values.
3333
If you have created a service before a secret you can connect it by running the `defang compose start` command if using the [`defang compose` workflow](./compose.md). If you are using the [Pulumi-based workflow](./pulumi.md) you will need to redeploy using Pulumi.
3434

3535
:::tip Sample
36-
You can find a sample of how to set sensitive config values [here](https://github.com/defang-io/defang/tree/main/samples/nodejs/ChatGPT%20API).
36+
You can find a sample of how to set sensitive config values [here](https://github.com/DefangLabs/defang/tree/main/samples/nodejs/ChatGPT%20API).
3737
:::
3838

3939
## Providers

docs/concepts/defang-byoc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Please read the [AWS Provider](../providers/aws.md) documentation for more detai
2626
## Azure
2727

2828
:::info
29-
We will be working on Azure support in the future. If you are interested in Azure support, please vote on [this issue](https://github.com/defang-io/defang/issues/57).
29+
We will be working on Azure support in the future. If you are interested in Azure support, please vote on [this issue](https://github.com/DefangLabs/defang/issues/57).
3030
:::
3131

3232
## GCP
3333

3434
:::info
35-
We will be working on GCP support in the future. If you are interested in GCP support, please vote on [this issue](https://github.com/defang-io/defang/issues/58).
35+
We will be working on GCP support in the future. If you are interested in GCP support, please vote on [this issue](https://github.com/DefangLabs/defang/issues/58).
3636
:::

docs/getting-started/installing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: How to install Defang.
66

77
# Installing
88

9-
Defang doesn't require installing anything in your cloud, but you will need to install the [open source](https://github.com/defang-io/defang) Defang command line interface (CLI) to interact with your Defang resources and account.
9+
Defang doesn't require installing anything in your cloud, but you will need to install the [open source](https://github.com/DefangLabs/defang) Defang command line interface (CLI) to interact with your Defang resources and account.
1010

1111
We offer a few different ways to install the Defang CLI. You can use Homebrew, a bash script, or download the binary directly.
1212

@@ -15,7 +15,7 @@ We offer a few different ways to install the Defang CLI. You can use Homebrew, a
1515
You can easily install the Defang CLI using [Homebrew](https://brew.sh/). Just run the following command in your terminal:
1616

1717
```bash
18-
brew install defang-io/defang/defang
18+
brew install DefangLabs/defang/defang
1919
```
2020

2121
## Using a Bash Script
@@ -30,5 +30,5 @@ The script will try to download the appropriate binary for your operating system
3030

3131
## Direct Download
3232

33-
You can find the latest version of the Defang CLI on the [releases page](https://github.com/defang-io/defang/releases). Just download the appropriate binary for your operating system and architecture, and put it somewhere in your `PATH`.
33+
You can find the latest version of the Defang CLI on the [releases page](https://github.com/DefangLabs/defang/releases). Just download the appropriate binary for your operating system and architecture, and put it somewhere in your `PATH`.
3434

0 commit comments

Comments
 (0)