Skip to content

Commit 5be1df4

Browse files
authored
Update from nginxinc to nginx (#876)
1 parent 5bce0ed commit 5be1df4

15 files changed

+74
-73
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ that issue here in this description (not in the title of the PR).
77

88
Before creating a PR, run through this checklist and mark each as complete.
99

10-
- [ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/nginx-asg-sync/blob/main/CONTRIBUTING.md) doc
10+
- [ ] I have read the [CONTRIBUTING](https://github.com/nginx/nginx-asg-sync/blob/main/CONTRIBUTING.md) doc
1111
- [ ] I have added tests that prove my fix is effective or that my feature works
1212
- [ ] I have checked that all unit tests pass after adding my changes
1313
- [ ] I have updated necessary documentation

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
notes-footer: |
8484
## Resources
8585
86-
- Documentation -- https://github.com/nginxinc/nginx-asg-sync/blob/{{version}}/README.md
86+
- Documentation -- https://github.com/nginx/nginx-asg-sync/blob/{{version}}/README.md
8787
if: github.event_name != 'pull_request'
8888

8989
- name: Download Syft

Diff for: .github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Dependency Review
2525
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
2626
with:
27-
config-file: "nginxinc/k8s-common/dependency-review-config.yml@main"
27+
config-file: "nginx/k8s-common/dependency-review-config.yml@main"

Diff for: .github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
sparse-checkout: |
1818
labeler.yml
1919
sparse-checkout-cone-mode: false
20-
repository: nginxinc/k8s-common
20+
repository: nginx/k8s-common
2121

2222
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
2323
with:

Diff for: .goreleaser.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ builds:
2424
nfpms:
2525
- file_name_template: "{{ .ConventionalFileName }}"
2626
vendor: NGINX Inc.
27-
homepage: https://github.com/nginxinc/nginx-asg-sync
27+
homepage: https://github.com/nginx/nginx-asg-sync
2828
maintainer: NGINX Inc. <[email protected]>
2929
description: |-
3030
NGINX Plus Integration with Cloud Autoscaling.
@@ -128,11 +128,11 @@ snapcrafts:
128128

129129
brews:
130130
- repository:
131-
owner: nginxinc
131+
owner: nginx
132132
name: homebrew-tap
133133
token: "{{ .Env.NGINX_GITHUB_TOKEN }}"
134134
directory: Formula
135-
homepage: https://github.com/nginxinc/nginx-asg-sync
135+
homepage: https://github.com/nginx/nginx-asg-sync
136136
description: NGINX Plus Integration with Cloud Autoscaling
137137
license: BSD-2-Clause
138138
commit_author:

Diff for: CHANGELOG.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# Changelog
22

3-
Starting with version 1.0.0 an automatically generated list of changes can be found on the [GitHub Releases page](https://github.com/nginxinc/nginx-asg-sync/releases).
3+
Starting with version 1.0.0 an automatically generated list of changes can be found on the [GitHub Releases page](https://github.com/nginx/nginx-asg-sync/releases).
44

55
## 0.5.0 (February 24, 2021)
66

77
IMPROVEMENTS:
88

9-
- Add InService option for AWS [#39](https://github.com/nginxinc/nginx-asg-sync/pull/39)
10-
- Update log format [#42](https://github.com/nginxinc/nginx-asg-sync/pull/42)
9+
- Add InService option for AWS [#39](https://github.com/nginx/nginx-asg-sync/pull/39)
10+
- Update log format [#42](https://github.com/nginx/nginx-asg-sync/pull/42)
1111

1212
## 0.4-1 (November 22, 2019)
1313

1414
IMPROVEMENTS:
1515

1616
- Add support to set upstream server parameters: `max_conns`, `max_fails`, `fail_timeout` and `slow_start` in the
17-
configuration file. <https://github.com/nginxinc/nginx-asg-sync/pull/33>
17+
configuration file. <https://github.com/nginx/nginx-asg-sync/pull/33>
1818
- Add support to use wildcards in the names of AWS Auto Scaling groups.
19-
<https://github.com/nginxinc/nginx-asg-sync/pull/29/>
19+
<https://github.com/nginx/nginx-asg-sync/pull/29/>
2020
- Allow nginx-asg-sync to detect the region where it is running (use `region: self` in the configuration file).
21-
<https://github.com/nginxinc/nginx-asg-sync/pull/27>
21+
<https://github.com/nginx/nginx-asg-sync/pull/27>
2222

2323
## 0.3-1 (September 4, 2019)
2424

2525
IMPROVEMENTS:
2626

27-
- Add support for Azure Virtual Machine Scale Sets <https://github.com/nginxinc/nginx-asg-sync/pull/24>
27+
- Add support for Azure Virtual Machine Scale Sets <https://github.com/nginx/nginx-asg-sync/pull/24>
2828
- Create separate documentation for the configuration for different cloud providers: [aws](examples/aws.md) and
2929
[azure](examples/azure.md).
3030
- Ubuntu 14.04 (Trusty) is no longer supported.
@@ -43,9 +43,9 @@ Note: the supported versions of NGINX Plus are R18 and higher.
4343

4444
IMPROVEMENTS:
4545

46-
- Add supporting documentation for the project <https://github.com/nginxinc/nginx-asg-sync/pull/10>
47-
- Update package layout <https://github.com/nginxinc/nginx-asg-sync/pull/9>
48-
- Use new NGINX Plus API <https://github.com/nginxinc/nginx-asg-sync/pull/7>
46+
- Add supporting documentation for the project <https://github.com/nginx/nginx-asg-sync/pull/10>
47+
- Update package layout <https://github.com/nginx/nginx-asg-sync/pull/9>
48+
- Use new NGINX Plus API <https://github.com/nginx/nginx-asg-sync/pull/7>
4949

5050
UPGRADE:
5151

Diff for: CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @nginxinc/integrations
1+
* @nginx/integrations

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ that you are considering contributing!
2424

2525
## Ask a Question
2626

27-
To ask a question please use [Github Discussions](https://github.com/nginxinc/nginx-asg-sync/discussions).
27+
To ask a question please use [Github Discussions](https://github.com/nginx/nginx-asg-sync/discussions).
2828

2929
You can also join our [Community Slack](https://community.nginx.org/joinslack) which has a wider NGINX audience.
3030

@@ -99,6 +99,6 @@ can be merged. Your agreement signature will be safely stored by F5 and no longe
9999
- Run `gofmt` over your code to automatically resolve a lot of style issues. Most editors support this running
100100
automatically when saving a code file.
101101
- Run `go lint` and `go vet` on your code too to catch any other issues.
102-
- Follow this guide on some good practice and idioms for Go - <https://github.com/golang/go/wiki/CodeReviewComments>
102+
- Follow this guide on some good practice and idioms for Go - <https://github.com/golang/go/wiki/CodeReviewComments>
103103
- To check for extra issues, install [golangci-lint](https://github.com/golangci/golangci-lint) and run `make lint` or
104104
`golangci-lint run`

Diff for: LICENSES

+26-25
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
1-
github.com/Azure/azure-sdk-for-go/sdk/azcore,https://github.com/Azure/azure-sdk-for-go/blob/sdk/azcore/v1.13.0/sdk/azcore/LICENSE.txt,MIT
2-
github.com/Azure/azure-sdk-for-go/sdk/azidentity,https://github.com/Azure/azure-sdk-for-go/blob/sdk/azidentity/v1.7.0/sdk/azidentity/LICENSE.txt,MIT
1+
github.com/Azure/azure-sdk-for-go/sdk/azcore,https://github.com/Azure/azure-sdk-for-go/blob/sdk/azcore/v1.14.0/sdk/azcore/LICENSE.txt,MIT
2+
github.com/Azure/azure-sdk-for-go/sdk/azidentity,https://github.com/Azure/azure-sdk-for-go/blob/sdk/azidentity/v1.8.0/sdk/azidentity/LICENSE.txt,MIT
33
github.com/Azure/azure-sdk-for-go/sdk/internal,https://github.com/Azure/azure-sdk-for-go/blob/sdk/internal/v1.10.0/sdk/internal/LICENSE.txt,MIT
4-
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6,https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/compute/armcompute/v6.1.0/sdk/resourcemanager/compute/armcompute/LICENSE.txt,MIT
5-
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6,https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/network/armnetwork/v6.0.0/sdk/resourcemanager/network/armnetwork/LICENSE.txt,MIT
4+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6,https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/compute/armcompute/v6.2.0/sdk/resourcemanager/compute/armcompute/LICENSE.txt,MIT
5+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6,https://github.com/Azure/azure-sdk-for-go/blob/sdk/resourcemanager/network/armnetwork/v6.2.0/sdk/resourcemanager/network/armnetwork/LICENSE.txt,MIT
66
github.com/AzureAD/microsoft-authentication-library-for-go/apps,https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/v1.2.2/LICENSE,MIT
7-
github.com/aws/aws-sdk-go-v2,https://github.com/aws/aws-sdk-go-v2/blob/v1.30.4/LICENSE.txt,Apache-2.0
8-
github.com/aws/aws-sdk-go-v2/config,https://github.com/aws/aws-sdk-go-v2/blob/config/v1.27.31/config/LICENSE.txt,Apache-2.0
9-
github.com/aws/aws-sdk-go-v2/credentials,https://github.com/aws/aws-sdk-go-v2/blob/credentials/v1.17.30/credentials/LICENSE.txt,Apache-2.0
10-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds,https://github.com/aws/aws-sdk-go-v2/blob/feature/ec2/imds/v1.16.12/feature/ec2/imds/LICENSE.txt,Apache-2.0
11-
github.com/aws/aws-sdk-go-v2/internal/configsources,https://github.com/aws/aws-sdk-go-v2/blob/internal/configsources/v1.3.16/internal/configsources/LICENSE.txt,Apache-2.0
12-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2,https://github.com/aws/aws-sdk-go-v2/blob/internal/endpoints/v2.6.16/internal/endpoints/v2/LICENSE.txt,Apache-2.0
7+
github.com/aws/aws-sdk-go-v2,https://github.com/aws/aws-sdk-go-v2/blob/v1.32.8/LICENSE.txt,Apache-2.0
8+
github.com/aws/aws-sdk-go-v2/config,https://github.com/aws/aws-sdk-go-v2/blob/config/v1.28.10/config/LICENSE.txt,Apache-2.0
9+
github.com/aws/aws-sdk-go-v2/credentials,https://github.com/aws/aws-sdk-go-v2/blob/credentials/v1.17.51/credentials/LICENSE.txt,Apache-2.0
10+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds,https://github.com/aws/aws-sdk-go-v2/blob/feature/ec2/imds/v1.16.23/feature/ec2/imds/LICENSE.txt,Apache-2.0
11+
github.com/aws/aws-sdk-go-v2/internal/configsources,https://github.com/aws/aws-sdk-go-v2/blob/internal/configsources/v1.3.27/internal/configsources/LICENSE.txt,Apache-2.0
12+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2,https://github.com/aws/aws-sdk-go-v2/blob/internal/endpoints/v2.6.27/internal/endpoints/v2/LICENSE.txt,Apache-2.0
1313
github.com/aws/aws-sdk-go-v2/internal/ini,https://github.com/aws/aws-sdk-go-v2/blob/internal/ini/v1.8.1/internal/ini/LICENSE.txt,Apache-2.0
14-
github.com/aws/aws-sdk-go-v2/internal/sync/singleflight,https://github.com/aws/aws-sdk-go-v2/blob/v1.30.4/internal/sync/singleflight/LICENSE,BSD-3-Clause
15-
github.com/aws/aws-sdk-go-v2/service/autoscaling,https://github.com/aws/aws-sdk-go-v2/blob/service/autoscaling/v1.43.5/service/autoscaling/LICENSE.txt,Apache-2.0
16-
github.com/aws/aws-sdk-go-v2/service/ec2,https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.176.0/service/ec2/LICENSE.txt,Apache-2.0
17-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding,https://github.com/aws/aws-sdk-go-v2/blob/service/internal/accept-encoding/v1.11.4/service/internal/accept-encoding/LICENSE.txt,Apache-2.0
18-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url,https://github.com/aws/aws-sdk-go-v2/blob/service/internal/presigned-url/v1.11.18/service/internal/presigned-url/LICENSE.txt,Apache-2.0
19-
github.com/aws/aws-sdk-go-v2/service/sso,https://github.com/aws/aws-sdk-go-v2/blob/service/sso/v1.22.5/service/sso/LICENSE.txt,Apache-2.0
20-
github.com/aws/aws-sdk-go-v2/service/ssooidc,https://github.com/aws/aws-sdk-go-v2/blob/service/ssooidc/v1.26.5/service/ssooidc/LICENSE.txt,Apache-2.0
21-
github.com/aws/aws-sdk-go-v2/service/sts,https://github.com/aws/aws-sdk-go-v2/blob/service/sts/v1.30.5/service/sts/LICENSE.txt,Apache-2.0
22-
github.com/aws/smithy-go,https://github.com/aws/smithy-go/blob/v1.20.4/LICENSE,Apache-2.0
23-
github.com/aws/smithy-go/internal/sync/singleflight,https://github.com/aws/smithy-go/blob/v1.20.4/internal/sync/singleflight/LICENSE,BSD-3-Clause
14+
github.com/aws/aws-sdk-go-v2/internal/sync/singleflight,https://github.com/aws/aws-sdk-go-v2/blob/v1.32.8/internal/sync/singleflight/LICENSE,BSD-3-Clause
15+
github.com/aws/aws-sdk-go-v2/service/autoscaling,https://github.com/aws/aws-sdk-go-v2/blob/service/autoscaling/v1.51.4/service/autoscaling/LICENSE.txt,Apache-2.0
16+
github.com/aws/aws-sdk-go-v2/service/ec2,https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.199.0/service/ec2/LICENSE.txt,Apache-2.0
17+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding,https://github.com/aws/aws-sdk-go-v2/blob/service/internal/accept-encoding/v1.12.1/service/internal/accept-encoding/LICENSE.txt,Apache-2.0
18+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url,https://github.com/aws/aws-sdk-go-v2/blob/service/internal/presigned-url/v1.12.8/service/internal/presigned-url/LICENSE.txt,Apache-2.0
19+
github.com/aws/aws-sdk-go-v2/service/sso,https://github.com/aws/aws-sdk-go-v2/blob/service/sso/v1.24.9/service/sso/LICENSE.txt,Apache-2.0
20+
github.com/aws/aws-sdk-go-v2/service/ssooidc,https://github.com/aws/aws-sdk-go-v2/blob/service/ssooidc/v1.28.8/service/ssooidc/LICENSE.txt,Apache-2.0
21+
github.com/aws/aws-sdk-go-v2/service/sts,https://github.com/aws/aws-sdk-go-v2/blob/service/sts/v1.33.6/service/sts/LICENSE.txt,Apache-2.0
22+
github.com/aws/smithy-go,https://github.com/aws/smithy-go/blob/v1.22.1/LICENSE,Apache-2.0
23+
github.com/aws/smithy-go/internal/sync/singleflight,https://github.com/aws/smithy-go/blob/v1.22.1/internal/sync/singleflight/LICENSE,BSD-3-Clause
2424
github.com/golang-jwt/jwt/v5,https://github.com/golang-jwt/jwt/blob/v5.2.1/LICENSE,MIT
2525
github.com/google/uuid,https://github.com/google/uuid/blob/v1.6.0/LICENSE,BSD-3-Clause
2626
github.com/jmespath/go-jmespath,https://github.com/jmespath/go-jmespath/blob/v0.4.0/LICENSE,Apache-2.0
2727
github.com/kylelemons/godebug,https://github.com/kylelemons/godebug/blob/v1.1.0/LICENSE,Apache-2.0
28-
github.com/nginxinc/nginx-asg-sync/cmd/sync,https://github.com/nginxinc/nginx-asg-sync/blob/HEAD/LICENSE,BSD-2-Clause
29-
github.com/nginxinc/nginx-plus-go-client/client,https://github.com/nginxinc/nginx-plus-go-client/blob/v1.3.0/LICENSE,Apache-2.0
28+
github.com/nginx/nginx-asg-sync/cmd/sync,https://github.com/nginx/nginx-asg-sync/blob/HEAD/LICENSE,BSD-2-Clause
29+
github.com/nginx/nginx-plus-go-client/v2/client,https://github.com/nginx/nginx-plus-go-client/blob/v2.2.0/LICENSE,Apache-2.0
3030
github.com/pkg/browser,https://github.com/pkg/browser/blob/5ac0b6a4141c/LICENSE,BSD-2-Clause
31-
golang.org/x/crypto/pkcs12,https://cs.opensource.google/go/x/crypto/+/v0.25.0:LICENSE,BSD-3-Clause
32-
golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.27.0:LICENSE,BSD-3-Clause
33-
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.16.0:LICENSE,BSD-3-Clause
31+
golang.org/x/crypto/pkcs12,https://cs.opensource.google/go/x/crypto/+/v0.32.0:LICENSE,BSD-3-Clause
32+
golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.34.0:LICENSE,BSD-3-Clause
33+
golang.org/x/sync/errgroup,https://cs.opensource.google/go/x/sync/+/v0.10.0:LICENSE,BSD-3-Clause
34+
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.21.0:LICENSE,BSD-3-Clause
3435
gopkg.in/yaml.v3,https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE,MIT

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lint:
1616

1717
nginx-asg-sync:
1818
@go version || (code=$$?; printf "\033[0;31mError\033[0m: unable to build locally, try using the parameter TARGET=container or TARGET=download\n"; exit $$code)
19-
CGO_ENABLED=0 GOFLAGS="-gcflags=-trimpath=$(shell go env GOPATH) -asmflags=-trimpath=$(shell go env GOPATH)" GOOS=linux go build -trimpath -ldflags "-s -w -X main.version=devel" -o nginx-asg-sync github.com/nginxinc/nginx-asg-sync/cmd/sync
19+
CGO_ENABLED=0 GOFLAGS="-gcflags=-trimpath=$(shell go env GOPATH) -asmflags=-trimpath=$(shell go env GOPATH)" GOOS=linux go build -trimpath -ldflags "-s -w -X main.version=devel" -o nginx-asg-sync github.com/nginx/nginx-asg-sync/cmd/sync
2020

2121
.PHONY: build-goreleaser
2222
build-goreleaser:
@@ -26,7 +26,7 @@ build-goreleaser:
2626
.PHONY: build-goreleaser-docker
2727
build-goreleaser-docker:
2828
@docker -v || (code=$$?; printf "\033[0;31mError\033[0m: there was a problem with Docker\n"; exit $$code)
29-
@docker run --pull always --rm --privileged -v $(PWD):/go/src/github.com/nginxinc/nginx-asg-sync -v /var/run/docker.sock:/var/run/docker.sock -w /go/src/github.com/nginxinc/nginx-asg-sync goreleaser/goreleaser:$(GORELEASER_VERSION) release --snapshot --clean
29+
@docker run --pull always --rm --privileged -v $(PWD):/go/src/github.com/nginx/nginx-asg-sync -v /var/run/docker.sock:/var/run/docker.sock -w /go/src/github.com/nginx/nginx-asg-sync goreleaser/goreleaser:$(GORELEASER_VERSION) release --snapshot --clean
3030

3131
.PHONY: clean
3232
clean:

Diff for: README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!-- markdownlint-disable-next-line first-line-h1 -->
2-
[![OpenSSFScorecard](https://api.securityscorecards.dev/projects/github.com/nginxinc/nginx-asg-sync/badge)](https://scorecard.dev/viewer/?uri=github.com/nginxinc/nginx-asg-sync)
3-
[![CI](https://github.com/nginxinc/nginx-asg-sync/actions/workflows/ci.yml/badge.svg)](https://github.com/nginxinc/nginx-asg-sync/actions/workflows/ci.yml)
4-
[![FOSSAStatus](https://app.fossa.com/api/projects/custom%2B5618%2Fgithub.com%2Fnginxinc%2Fnginx-asg-sync.svg?type=shield)](https://app.fossa.com/projects/custom%2B5618%2Fgithub.com%2Fnginxinc%2Fnginx-asg-sync?ref=badge_shield)
5-
[![Go Report Card](https://goreportcard.com/badge/github.com/nginxinc/nginx-asg-sync)](https://goreportcard.com/report/github.com/nginxinc/nginx-asg-sync)
6-
![GitHub all releases](https://img.shields.io/github/downloads/nginxinc/nginx-asg-sync/total?logo=github)
7-
![GitHub release (latest by SemVer)](https://img.shields.io/github/downloads/nginxinc/nginx-asg-sync/latest/total?sort=semver&logo=github)
8-
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nginxinc/nginx-asg-sync?logo=github&sort=semver)](https://github.com/nginxinc/nginx-asg-sync/releases/latest)
9-
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/nginxinc/nginx-asg-sync?logo=go)
2+
[![OpenSSFScorecard](https://api.securityscorecards.dev/projects/github.com/nginx/nginx-asg-sync/badge)](https://scorecard.dev/viewer/?uri=github.com/nginx/nginx-asg-sync)
3+
[![CI](https://github.com/nginx/nginx-asg-sync/actions/workflows/ci.yml/badge.svg)](https://github.com/nginx/nginx-asg-sync/actions/workflows/ci.yml)
4+
[![FOSSAStatus](https://app.fossa.com/api/projects/custom%2B5618%2Fgithub.com%2Fnginx%2Fnginx-asg-sync.svg?type=shield)](https://app.fossa.com/projects/custom%2B5618%2Fgithub.com%2Fnginx%2Fnginx-asg-sync?ref=badge_shield)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/nginx/nginx-asg-sync)](https://goreportcard.com/report/github.com/nginx/nginx-asg-sync)
6+
![GitHub all releases](https://img.shields.io/github/downloads/nginx/nginx-asg-sync/total?logo=github)
7+
![GitHub release (latest by SemVer)](https://img.shields.io/github/downloads/nginx/nginx-asg-sync/latest/total?sort=semver&logo=github)
8+
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nginx/nginx-asg-sync?logo=github&sort=semver)](https://github.com/nginx/nginx-asg-sync/releases/latest)
9+
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/nginx/nginx-asg-sync?logo=go)
1010
[![nginx-asg-sync](https://snapcraft.io/nginx-asg-sync/badge.svg)](https://snapcraft.io/nginx-asg-sync)
1111
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
1212

@@ -66,7 +66,7 @@ Below you will find documentation on how to use nginx-asg-sync.
6666
## Documentation
6767

6868
The documentation for **the latest stable release** is available via a link in the description of the release. See the
69-
[releases page](https://github.com/nginxinc/nginx-asg-sync/releases).
69+
[releases page](https://github.com/nginx/nginx-asg-sync/releases).
7070

7171
## Supported Operating Systems and Architectures
7272

@@ -79,7 +79,7 @@ Support for other operating systems or architectures can be added.
7979
### Manual Installation
8080

8181
1. Get a software package for your OS:
82-
- For a stable release, download a package from the [releases page](https://github.com/nginxinc/nginx-asg-sync/releases).
82+
- For a stable release, download a package from the [releases page](https://github.com/nginx/nginx-asg-sync/releases).
8383
- For the latest source code from the main branch, build a software package by following [these
8484
instructions](#building-a-software-package).
8585
2. Install the package:
@@ -99,7 +99,7 @@ sudo snap install nginx-asg-sync
9999
You can add the NGINX homebrew tap with
100100

101101
```console
102-
brew tap nginxinc/tap
102+
brew tap nginx/tap
103103
```
104104

105105
and then install the formula with

Diff for: cmd/sync/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"syscall"
1313
"time"
1414

15-
nginx "github.com/nginxinc/nginx-plus-go-client/v2/client"
15+
nginx "github.com/nginx/nginx-plus-go-client/v2/client"
1616
)
1717

1818
var (

0 commit comments

Comments
 (0)