diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index e14350a33b..534f513676 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -68,7 +68,7 @@ https://redhat-documentation.github.io/modular-docs/[Modular Documentation Initi .Procedure -. Open a che-docs workspace running on Hosted Che: `++https++://che.openshift.io/factory?url=https://github.com/____/che-docs/tree/____/` +. Open a che-docs workspace running on Hosted Che: `++https++://workspaces.openshift.com/f?url=https://github.com/____/che-docs/tree/____/` . Create a branch `____` for your work. diff --git a/README.md b/README.md index 1743825cc7..aaccb331f9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # Eclipse Che documentation project -[![Contribute](https://www.eclipse.org/che/contribute.svg)](https://che.openshift.io/#https://github.com/eclipse/che-docs) +[![Contribute](https://www.eclipse.org/che/contribute.svg)](https://workspaces.openshift.com/f?url=https://github.com/eclipse/che-docs) This repository contains sources for the [documentation for Eclipse Che](https://www.eclipse.org/che/docs/). To contribute to the documentation, see the [Contribution guide](CONTRIBUTING.adoc). We love pull requests and appreciate contributions that make docs more helpful for users. To ask a question, [file an issue](https://github.com/eclipse/che/issues/new?labels=area/doc,kind/question). To learn more about the Eclipse Che project, see the [Eclipse Che repository on GitHub](https://github.com/eclipse/che). - diff --git a/linkcheckerrc b/linkcheckerrc index 36d628f2e0..9aa8d7dfcf 100644 --- a/linkcheckerrc +++ b/linkcheckerrc @@ -45,5 +45,6 @@ ignore= https://github.com/eclipse/che-devfile-registry/blob/master/devfiles/quarkus-command-mode/devfile.yaml#L* https://maven.apache.org/settings.html* https://github.com/eclipse/che-docs/edit/master/* + https://workspaces.openshift.com/* https://www.eclipse.org/che/docs/che-7/* https://che-plugin-registry.openshift.io/* diff --git a/modules/contributor-guide/partials/proc_testing-che-theia-with-custom-branding.adoc b/modules/contributor-guide/partials/proc_testing-che-theia-with-custom-branding.adoc index 04a86257bb..53f81ba798 100644 --- a/modules/contributor-guide/partials/proc_testing-che-theia-with-custom-branding.adoc +++ b/modules/contributor-guide/partials/proc_testing-che-theia-with-custom-branding.adoc @@ -23,7 +23,7 @@ To test a custom Che-Theia image, create a new `meta.yaml` file describing a cus . Create a workspace using the sample https://github.com/che-samples/che-theia-branding-example/blob/master/devfile.yaml[che-theia-branding-example devfile] to apply the changes: + -image::https://www.eclipse.org/che/contribute.svg[link="https://che.openshift.io/#https://raw.githubusercontent.com/che-samples/che-theia-branding-example/master/devfile.yaml"] +image::https://www.eclipse.org/che/contribute.svg[link="https://workspaces.openshift.com/f?url=https://raw.githubusercontent.com/che-samples/che-theia-branding-example/master/devfile.yaml"] + [source,yaml,attrs="nowrap"] ---- diff --git a/modules/end-user-guide/partials/proc_allowing-users-to-define-workspace-deployment-labels-and-annotations.adoc b/modules/end-user-guide/partials/proc_allowing-users-to-define-workspace-deployment-labels-and-annotations.adoc index 1c12db156e..31a3d1a546 100644 --- a/modules/end-user-guide/partials/proc_allowing-users-to-define-workspace-deployment-labels-and-annotations.adoc +++ b/modules/end-user-guide/partials/proc_allowing-users-to-define-workspace-deployment-labels-and-annotations.adoc @@ -30,7 +30,7 @@ To add or override labels, use the following factory URL: [subs="+quotes"] ---- -https://che.openshift.io/f?url=https://gist.githubusercontent.com/themr0c/ef8e59a162748a8be07e900b6401e6a8/raw/8802c20743cde712bbc822521463359a60d1f7a9/devfile.yaml&workspaceDeploymentLabels=ike.target%3Dpreference-v1%2Cike.session%3Dtest +https://workspaces.openshift.com/f?url=____&workspaceDeploymentLabels=ike.target%3Dpreference-v1%2Cike.session%3Dtest ---- The resulting workspace has the following deployment labels: @@ -73,7 +73,7 @@ To add or override annotations, use the following factory URL: [subs="+quotes"] ---- -https://che.openshift.io/f?url=https://gist.githubusercontent.com/themr0c/ef8e59a162748a8be07e900b6401e6a8/raw/8802c20743cde712bbc822521463359a60d1f7a9/devfile.yaml&workspaceDeploymentAnnotations=ike.A1%3Dpreference-v1%2Cike.A%3Dtest +https://workspaces.openshift.com/f?url=____&workspaceDeploymentAnnotations=ike.A1%3Dpreference-v1%2Cike.A%3Dtest ---- diff --git a/modules/end-user-guide/partials/proc_creating-a-workspace-from-a-feature-branch-of-a-git-repository.adoc b/modules/end-user-guide/partials/proc_creating-a-workspace-from-a-feature-branch-of-a-git-repository.adoc index f2d3ed1791..19cc3d8f95 100644 --- a/modules/end-user-guide/partials/proc_creating-a-workspace-from-a-feature-branch-of-a-git-repository.adoc +++ b/modules/end-user-guide/partials/proc_creating-a-workspace-from-a-feature-branch-of-a-git-repository.adoc @@ -15,9 +15,9 @@ A {prod-short} workspace can be created by pointing to devfile that is stored in Execute the workspace by opening the following URL: `pass:c,a,q[{prod-url}/#____]` .Example -Use following URL format to open an experimental link:https://github.com/quarkusio/quarkus-quickstarts[quarkus-quickstarts] branch hosted on link:https://che.openshift.io[che.openshift.io]. +Use following URL format to open an experimental link:https://github.com/quarkusio/quarkus-quickstarts[quarkus-quickstarts] branch hosted on link:https://workspaces.openshift.com[workspaces.openshift.com]. [subs="+quotes"] ---- -https://che.openshift.io/#https://github.com/maxandersen/quarkus-quickstarts/tree/che +https://workspaces.openshift.com/f?url=https://github.com/maxandersen/quarkus-quickstarts/tree/che ---- diff --git a/modules/end-user-guide/partials/proc_creating-a-workspace-from-the-default-branch-of-a-git-repository.adoc b/modules/end-user-guide/partials/proc_creating-a-workspace-from-the-default-branch-of-a-git-repository.adoc index 644dc88709..f3cb2e961c 100644 --- a/modules/end-user-guide/partials/proc_creating-a-workspace-from-the-default-branch-of-a-git-repository.adoc +++ b/modules/end-user-guide/partials/proc_creating-a-workspace-from-the-default-branch-of-a-git-repository.adoc @@ -22,5 +22,5 @@ Run the workspace by opening the following URL: `pass:c,a,q[{prod-url}/#https:// .Example [subs="+quotes"] ---- -https://che.openshift.io/#https://github.com/eclipse/che +https://workspaces.openshift.com/f?url=https://github.com/eclipse/che ---- diff --git a/modules/end-user-guide/partials/proc_creating-a-workspace-from-with-a-publicly-accessible-standalone-devfile-using-http.adoc b/modules/end-user-guide/partials/proc_creating-a-workspace-from-with-a-publicly-accessible-standalone-devfile-using-http.adoc index 619a2a0635..e852a64cad 100644 --- a/modules/end-user-guide/partials/proc_creating-a-workspace-from-with-a-publicly-accessible-standalone-devfile-using-http.adoc +++ b/modules/end-user-guide/partials/proc_creating-a-workspace-from-with-a-publicly-accessible-standalone-devfile-using-http.adoc @@ -18,6 +18,6 @@ ifeval::["{project-context}" == "che"] .Example [subs="+quotes"] ---- -https://che.openshift.io/#https://gist.githubusercontent.com/themr0c/ef8e59a162748a8be07e900b6401e6a8/raw/8802c20743cde712bbc822521463359a60d1f7a9/devfile.yaml +https://workspaces.openshift.com/f?url=https://github.com/eclipse/che-docs ---- endif::[] diff --git a/modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc b/modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc index c85020e073..3b5c7a6917 100644 --- a/modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc +++ b/modules/end-user-guide/partials/proc_overriding-devfile-values-using-factory-parameters.adoc @@ -37,7 +37,7 @@ To add or override `generateName` value, use the following factory URL: [subs="+quotes"] ---- -https://che.openshift.io/f?url=https://gist.githubusercontent.com/themr0c/ef8e59a162748a8be07e900b6401e6a8/raw/8802c20743cde712bbc822521463359a60d1f7a9/devfile.yaml&override.metadata.generateName=myprefix +https://workspaces.openshift.com/f?url=____&override.metadata.generateName=myprefix ---- The resulting workspace has the following devfile model: @@ -74,7 +74,7 @@ To add or override source `branch` value, use the following factory URL: [subs="+quotes"] ---- -https://che.openshift.io/f?url=https://gist.githubusercontent.com/themr0c/ef8e59a162748a8be07e900b6401e6a8/raw/8802c20743cde712bbc822521463359a60d1f7a9/devfile.yaml&override.projects.web-java-spring-petclinic.source.branch=1.0.x +https://workspaces.openshift.com/f?url=____&override.projects.web-java-spring-petclinic.source.branch=1.0.x ---- The resulting workspace has the following devfile model: @@ -115,7 +115,7 @@ To add or override `persistVolumes` attribute value, use the following factory U [subs="+quotes"] ---- -https://che.openshift.io/f?url=https://gist.githubusercontent.com/themr0c/ef8e59a162748a8be07e900b6401e6a8/raw/8802c20743cde712bbc822521463359a60d1f7a9/devfile.yaml&override.attributes.persistVolumes=true +https://workspaces.openshift.com/f?url=____&override.attributes.persistVolumes=true ---- @@ -137,7 +137,7 @@ When overriding attributes, everything that follows the `attributes` keyword is [subs="+quotes"] ---- -https://che.openshift.io/f?url=https://gist.githubusercontent.com/themr0c/ef8e59a162748a8be07e900b6401e6a8/raw/8802c20743cde712bbc822521463359a60d1f7a9/devfile.yaml&override.attributes.dot.name.format.attribute=true +https://workspaces.openshift.com/f?url=____&override.attributes.dot.name.format.attribute=true ---- The resulting workspace has the following devfile model: