Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Correct URL to score.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaya-sys committed Oct 31, 2022
1 parent 5904d58 commit a2426ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var (
Short: "SCORE to Helm translator",
Long: `SCORE is a specification for defining environment agnostic configuration for cloud based workloads.
This tool produces a Helm chart from the SCORE specification.
Complete documentation is available at https://score.sh.`,
Complete documentation is available at https://score.dev.`,
Version: fmt.Sprintf("%s (build: %s; sha: %s)", version.Version, version.BuildTime, version.GitSHA),
}
)
Expand Down
2 changes: 1 addition & 1 deletion examples/01-hello/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
In this basic example there is a simple workload based on `busybox` Docker image described in a `score.yaml` file:

```yaml
apiVersion: score.sh/v1b1
apiVersion: score.dev/v1b1

metadata:
name: hello-world
Expand Down
2 changes: 1 addition & 1 deletion examples/01-hello/score.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: score.sh/v1b1
apiVersion: score.dev/v1b1

metadata:
name: hello-world
Expand Down

0 comments on commit a2426ec

Please sign in to comment.