From 4cc8594b6373342f04dee02473943ab648063ba6 Mon Sep 17 00:00:00 2001 From: Anbraten Date: Thu, 14 Oct 2021 18:13:57 +0200 Subject: [PATCH] Update links to woodpecker-ci.org (#445) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .woodpecker/helm.yml | 2 +- README.md | 4 +- cli/README.md | 2 +- cmd/server/flags.go | 2 +- docs/README.md | 2 +- docs/docs/30-administration/80-kubernetes.md | 2 +- docs/docusaurus.config.js | 2 +- pipeline/schema/schema.json | 52 ++++++++++---------- 11 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 07c3b39f6..8883b3a8a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -61,7 +61,7 @@ body: # required: true - label: Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md). required: true - - label: Read the [docs](https://woodpecker-ci.github.io/docs/intro). + - label: Read the [docs](https://woodpecker-ci.org/docs/intro). required: true - label: Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate. required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 56bbee810..801606fdf 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,5 +4,5 @@ contact_links: url: https://discord.gg/fcMQqSMXJy about: Ask questions and discuss with other Woodpecker users. - name: Frequently Asked Questions - url: https://woodpecker-ci.github.io/docs/faq + url: https://woodpecker-ci.org/docs/faq about: Check the FAQs for common questions. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 49788718e..30f931391 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -41,7 +41,7 @@ body: # required: true - label: Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md). required: true - - label: Read the [docs](https://woodpecker-ci.github.io/docs/intro). + - label: Read the [docs](https://woodpecker-ci.org/docs/intro). required: true - label: Check that there isn't already an [issue](https://github.com/woodpecker-ci/woodpecker/issues) that request the same feature to avoid creating a duplicate. required: true diff --git a/.woodpecker/helm.yml b/.woodpecker/helm.yml index fcc17ba38..dd3d37097 100644 --- a/.woodpecker/helm.yml +++ b/.woodpecker/helm.yml @@ -35,7 +35,7 @@ pipeline: - cr package charts/woodpecker-server - cr package charts/woodpecker-agent - cr upload --owner woodpecker-ci --git-repo woodpecker-ci.github.io --release-name-template "helm-{{ .Name }}-{{ .Version }}" - - cr index --owner woodpecker-ci --git-repo woodpecker-ci.github.io --pages-branch main --charts-repo https://woodpecker-ci.github.io --push --release-name-template "helm-{{ .Name }}-{{ .Version }}" + - cr index --owner woodpecker-ci --git-repo woodpecker-ci.github.io --pages-branch main --charts-repo https://woodpecker-ci.org --push --release-name-template "helm-{{ .Name }}-{{ .Version }}" when: event: tag path: "charts/**" diff --git a/README.md b/README.md index 88bc04c10..51a5f1713 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,13 @@ pipeline: ## Documentation -https://woodpecker-ci.github.io/ +https://woodpecker-ci.org/ ## Who uses Woodpecker? Currently, I know of one organization using Woodpecker. With 50+ users, 130+ repos and more than 1100 builds a week. -Leave a [comment](https://github.com/woodpecker-ci/woodpecker/issues/122) if you're using it. +Leave a [comment](https://github.com/woodpecker-ci/woodpecker/issues/122) if you're using it. ## Contribution diff --git a/cli/README.md b/cli/README.md index 1e9b629ed..005e7412b 100644 --- a/cli/README.md +++ b/cli/README.md @@ -2,4 +2,4 @@ Command line client for the Woodpecker continuous integration server. -Please see the official documentation at https://woodpecker-ci.github.io/docs/cli +Please see the official documentation at https://woodpecker-ci.org/docs/cli diff --git a/cmd/server/flags.go b/cmd/server/flags.go index 18d179a70..a0087f7c7 100644 --- a/cmd/server/flags.go +++ b/cmd/server/flags.go @@ -103,7 +103,7 @@ var flags = []cli.Flag{ EnvVar: "WOODPECKER_DOCS", Name: "docs", Usage: "link to user documentation", - Value: "https://woodpecker-ci.github.io/", + Value: "https://woodpecker-ci.org/", }, cli.DurationFlag{ EnvVar: "WOODPECKER_SESSION_EXPIRES", diff --git a/docs/README.md b/docs/README.md index 911f1c93b..f2d765d37 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,7 +26,7 @@ This command generates static content into the `build` directory and can be serv ### Deployment -Deployment happen via [CI](https://github.com/woodpecker-ci/woodpecker/blob/d59fdb4602bfdd0d00078716ba61b05c02cbd1af/.woodpecker/docs.yml#L8-L30) to [woodpecker-ci.github.io](https://woodpecker-ci.github.io). +Deployment happen via [CI](https://github.com/woodpecker-ci/woodpecker/blob/d59fdb4602bfdd0d00078716ba61b05c02cbd1af/.woodpecker/docs.yml#L8-L30) to [woodpecker-ci.org](https://woodpecker-ci.org). To manually build the website and push it exec: diff --git a/docs/docs/30-administration/80-kubernetes.md b/docs/docs/30-administration/80-kubernetes.md index 4357efdc4..0c76f0e35 100644 --- a/docs/docs/30-administration/80-kubernetes.md +++ b/docs/docs/30-administration/80-kubernetes.md @@ -21,7 +21,7 @@ kubectl create secret generic woodpecker-github-secret \ --from-literal=WOODPECKER_GITHUB_SECRET=xxxxxxxx # add helm repo -helm repo add woodpecker https://woodpecker-ci.github.io/ +helm repo add woodpecker https://woodpecker-ci.org/ ``` ### Woodpecker server diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index dcd74f9f3..7b8b03431 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -5,7 +5,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); module.exports = { title: 'Woodpecker CI', tagline: 'Woodpecker is a simple CI engine with great extensibility.', - url: 'https://woodpecker-ci.github.io', + url: 'https://woodpecker-ci.org', baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', diff --git a/pipeline/schema/schema.json b/pipeline/schema/schema.json index 9ab35c130..10de74452 100644 --- a/pipeline/schema/schema.json +++ b/pipeline/schema/schema.json @@ -1,8 +1,8 @@ { "title": "Woodpecker CI configuration file", "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://woodpecker-ci.github.io/schema/woodpecker.json", - "description": "Schema of a Woodpecker pipeline file. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax", + "$id": "https://woodpecker-ci.org/schema/woodpecker.json", + "description": "Schema of a Woodpecker pipeline file. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax", "type": "object", "required": ["pipeline"], "additionalProperties": false, @@ -31,7 +31,7 @@ }, "definitions": { "clone": { - "description": "Configures the clone step. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#clone", + "description": "Configures the clone step. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#clone", "type": "object", "additionalProperties": false, "properties": { @@ -46,7 +46,7 @@ } }, "branches": { - "description": "Only include commits based on their target branch. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#branches", + "description": "Only include commits based on their target branch. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#branches", "oneOf": [ { "type": "array", @@ -87,7 +87,7 @@ ] }, "pipeline": { - "description": "The pipeline section defines a list of steps which will be executed serially, in the order in which they are defined. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax", + "description": "The pipeline section defines a list of steps which will be executed serially, in the order in which they are defined. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax", "type": "object", "additionalProperties": { "$ref": "#/definitions/step" @@ -95,21 +95,21 @@ "minProperties": 1 }, "step": { - "description": "Every step of your pipeline executes arbitrary commands inside a specified docker container. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#steps", + "description": "Every step of your pipeline executes arbitrary commands inside a specified docker container. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#steps", "type": "object", "additionalProperties": true, "required": ["image"], "properties": { "image": { - "description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#step-image", + "description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#step-image", "type": "string" }, "pull": { - "description": "Always pull the latest image on pipeline execution Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#step-image", + "description": "Always pull the latest image on pipeline execution Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#step-image", "type": "boolean" }, "commands": { - "description": "Commands of every pipeline step are executed serially as if you would enter them into your local shell. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#step-commands", + "description": "Commands of every pipeline step are executed serially as if you would enter them into your local shell. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#step-commands", "oneOf": [ { "type": "array", @@ -120,13 +120,13 @@ ] }, "environment": { - "description": "Pass environment variables to a pipeline step. Read more: https://woodpecker-ci.github.io/docs/usage/environment", + "description": "Pass environment variables to a pipeline step. Read more: https://woodpecker-ci.org/docs/usage/environment", "type": "array", "items": { "type": "string" }, "minLength": 1 }, "secrets": { - "description": "Pass secrets to a pipeline step at runtime. Read more: https://woodpecker-ci.github.io/docs/usage/secrets", + "description": "Pass secrets to a pipeline step at runtime. Read more: https://woodpecker-ci.org/docs/usage/secrets", "type": "array", "items": { "oneOf": [ @@ -147,11 +147,11 @@ "$ref": "#/definitions/step_when" }, "group": { - "description": "Execute multiple steps with the same group key in parallel. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#step-group---parallel-execution", + "description": "Execute multiple steps with the same group key in parallel. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#step-group---parallel-execution", "type": "string" }, "volumes": { - "description": "Mount files or folders from the host machine into your step container. Read more: https://woodpecker-ci.github.io/docs/usage/volumes", + "description": "Mount files or folders from the host machine into your step container. Read more: https://woodpecker-ci.org/docs/usage/volumes", "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" }, "minLength": 1 } @@ -160,16 +160,16 @@ } }, "step_when": { - "description": "Steps can be skipped based on conditions. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#step-when---conditional-execution", + "description": "Steps can be skipped based on conditions. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#step-when---conditional-execution", "type": "object", "additionalProperties": false, "properties": { "branch": { - "description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#branch", + "description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#branch", "type": "string" }, "event": { - "description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#event", + "description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#event", "oneOf": [ { "type": "array", @@ -184,18 +184,18 @@ ] }, "tag": { - "description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#tag", + "description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#tag", "type": "string" }, "status": { - "description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#status", + "description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#status", "type": "array", "items": { "enum": ["success", "failure"] } }, "platform": { - "description": "Execute a step only on a specific platform. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#platform", + "description": "Execute a step only on a specific platform. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#platform", "oneOf": [ { "type": "array", @@ -208,22 +208,22 @@ ] }, "environment": { - "description": "Execute a step only for a specific environment. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#environment", + "description": "Execute a step only for a specific environment. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#environment", "type": "string" }, "matrix": { - "description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#matrix", + "description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#matrix", "type": "object", "additionalProperties": { "type": ["boolean", "string", "number"] } }, "instance": { - "description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#instance", + "description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#instance", "type": "string" }, "path": { - "description": "Execute a step only on commit with certain files added/removed/modified. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#environment", + "description": "Execute a step only on commit with certain files added/removed/modified. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#environment", "oneOf": [ { "type": "string" }, { @@ -252,17 +252,17 @@ } }, "services": { - "description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/services", + "description": "TODO Read more: https://woodpecker-ci.org/docs/usage/services", "type": "object", "additionalProperties": true }, "workspace": { - "description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#workspace", + "description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#workspace", "type": "object", "additionalProperties": true }, "matrix": { - "description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/matrix-builds", + "description": "TODO Read more: https://woodpecker-ci.org/docs/usage/matrix-builds", "type": "object", "properties": { "include": {