Skip to content

Commit f697b04

Browse files
authored
Merge pull request #12961 from liangxia/enterprise-3.3
[enterprise-3.3] Update some urls
2 parents 36827c8 + 2fbb127 commit f697b04

26 files changed

+84
-84
lines changed

admin_solutions/master_node_config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ method using Ansible, then make your configuration changes
5858
xref:../admin_solutions/master_node_config.adoc#master-node-config-ansible[in the Ansible playbook].
5959
- xref:../install_config/install/quick_install.adoc#install-config-install-quick-install[Quick installation]
6060
ifdef::openshift-origin[]
61-
or link:https://docs.openshift.org/latest/getting_started/administrators.html[Manual installation]
61+
or link:https://docs.okd.io/latest/getting_started/administrators.html[Manual installation]
6262
endif::openshift-origin[]
6363
method, then make your changes
6464
xref:../admin_solutions/master_node_config.adoc#master-node-config-manual[manually in the configuration files] themselves.

creating_images/guidelines.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ S2I is a framework which makes it easy to write images that take application
260260
source code as an input and produce a new image that runs the assembled
261261
application as output.
262262

263-
For example, this https://github.com/openshift/sti-python[Python image]
263+
For example, this https://github.com/sclorg/s2i-python-container[Python image]
264264
defines S2I scripts for building various versions of Python applications.
265265

266266
For more details about how to write S2I scripts for your image, see the

creating_images/s2i_testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ spec:
171171
source:
172172
type: "Git"
173173
git:
174-
uri: "git://github.com/openshift/sti-ruby.git"
174+
uri: "git://github.com/sclorg/s2i-ruby-container.git"
175175
strategy:
176176
type: "Custom"
177177
customStrategy:

dev_guide/app_tutorials/quickstarts.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ These quickstarts provide a basic application of the indicated framework and lan
4040

4141
* CakePHP: a PHP web framework (includes a MySQL database)
4242
** link:https://github.com/openshift/origin/tree/master/examples/quickstarts/cakephp-mysql.json[Template definition]
43-
** link:https://github.com/openshift/cakephp-ex[Source repository]
43+
** link:https://github.com/sclorg/cakephp-ex[Source repository]
4444
* Dancer: a Perl web framework (includes a MySQL database)
4545
** link:https://github.com/openshift/origin/tree/master/examples/quickstarts/dancer-mysql.json[Template definition]
46-
** link:https://github.com/openshift/dancer-ex[Source repository]
46+
** link:https://github.com/sclorg/dancer-ex[Source repository]
4747
* Django: a Python web framework (includes a PostgreSQL database)
4848
** link:https://github.com/openshift/origin/tree/master/examples/quickstarts/django-postgresql.json[Template definition]
49-
** link:https://github.com/openshift/django-ex[Source repository]
49+
** link:https://github.com/sclorg/django-ex[Source repository]
5050
* NodeJS: a NodeJS web application (includes a MongoDB database)
5151
** link:https://github.com/openshift/origin/tree/master/examples/quickstarts/nodejs-mongodb.json[Template definition]
52-
** link:https://github.com/openshift/nodejs-ex[Source repository]
52+
** link:https://github.com/sclorg/nodejs-ex[Source repository]
5353
* Rails: a Ruby web framework (includes a PostgreSQL database)
5454
** link:https://github.com/openshift/origin/tree/master/examples/quickstarts/rails-postgresql.json[Template definition]
55-
** link:https://github.com/openshift/rails-ex[Source repository]
55+
** link:https://github.com/sclorg/rails-ex[Source repository]

dev_guide/app_tutorials/ruby_on_rails.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ toc::[]
1212

1313
== Overview
1414

15-
Ruby on Rails is a popular web framework written in https://github.com/openshift/mysql/tree/master/5.5[Ruby].
15+
Ruby on Rails is a popular web framework written in https://github.com/sclorg/mysql-container/tree/master/5.5[Ruby].
1616
This guide covers using Rails 4 on {product-title}.
1717

1818
[WARNING]
@@ -194,7 +194,7 @@ default: &default
194194
database: <%= ENV["POSTGRESQL_DATABASE"] %>
195195
----
196196

197-
For an example of how the final file should look, see link:https://github.com/openshift/rails-ex[Ruby on Rails example application] link:https://github.com/openshift/rails-ex/blob/master/config/database.yml[config/database.yml].
197+
For an example of how the final file should look, see link:https://github.com/sclorg/rails-ex[Ruby on Rails example application] link:https://github.com/sclorg/rails-ex/blob/master/config/database.yml[config/database.yml].
198198

199199
=== Storing Your Application in Git
200200

@@ -365,7 +365,7 @@ Run the migration from inside the container:
365365

366366
If you are running your Rails application in a `development` or `test` environment you don't have to specify the `RAILS_ENV` environment variable.
367367

368-
* By adding pre-deployment xref:../../dev_guide/deployments/deployment_strategies.adoc#lifecycle-hooks[lifecycle hooks] in your template. For example check the link:https://github.com/openshift/rails-ex/blob/master/openshift/templates/rails-postgresql.json#L122-L130[hooks example] in our link:https://github.com/openshift/rails-ex[Rails example] application.
368+
* By adding pre-deployment xref:../../dev_guide/deployments/deployment_strategies.adoc#lifecycle-hooks[lifecycle hooks] in your template. For example check the link:https://github.com/sclorg/rails-ex/blob/master/openshift/templates/rails-postgresql.json#L122-L130[hooks example] in our link:https://github.com/sclorg/rails-ex[Rails example] application.
369369

370370
=== Creating a Route for Your Application
371371

dev_guide/application_lifecycle/new_app.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can use a subdirectory of your source code repository by specifying a
4545
`--context-dir` flag. To create an application using a remote Git repository and a context subdirectory:
4646

4747
----
48-
$ oc new-app https://github.com/openshift/sti-ruby.git \
48+
$ oc new-app https://github.com/sclorg/s2i-ruby-container.git \
4949
--context-dir=2.0/test/puma-test-app
5050
----
5151

dev_guide/builds.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ encoded content of the *_~/.npmrc_* file.
12791279
----
12801280
source:
12811281
git:
1282-
uri: https://github.com/openshift/nodejs-ex.git
1282+
uri: https://github.com/sclorg/nodejs-ex.git
12831283
secrets:
12841284
- secret:
12851285
name: secret-npmrc
@@ -1291,7 +1291,7 @@ To include the secrets in a new build configuration, run the following command:
12911291
+
12921292
====
12931293
----
1294-
$ oc new-build openshift/nodejs-010-centos7~https://github.com/openshift/nodejs-ex.git --build-secret secret-npmrc
1294+
$ oc new-build openshift/nodejs-010-centos7~https://github.com/sclorg/nodejs-ex.git --build-secret secret-npmrc
12951295
----
12961296
====
12971297
+
@@ -1306,7 +1306,7 @@ in the Dockerfile. If you want to specify another directory, add a
13061306
----
13071307
source:
13081308
git:
1309-
uri: https://github.com/openshift/nodejs-ex.git
1309+
uri: https://github.com/sclorg/nodejs-ex.git
13101310
secrets:
13111311
- secret:
13121312
name: secret-npmrc
@@ -1320,7 +1320,7 @@ configuration:
13201320
+
13211321
====
13221322
----
1323-
$ oc new-build openshift/nodejs-010-centos7~https://github.com/openshift/nodejs-ex.git --build-secret “secret-npmrc:/etc”
1323+
$ oc new-build openshift/nodejs-010-centos7~https://github.com/sclorg/nodejs-ex.git --build-secret “secret-npmrc:/etc”
13241324
----
13251325
====
13261326
+

dev_guide/managing_images.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ spec:
806806
see
807807
https://github.com/sclorg/s2i-ruby-container/tree/master/2.0/README.md.
808808
iconClass: icon-ruby <5>
809-
sampleRepo: 'https://github.com/openshift/ruby-ex.git' <6>
809+
sampleRepo: 'https://github.com/sclorg/ruby-ex.git' <6>
810810
tags: 'builder,ruby' <7>
811811
supports: 'ruby' <8>
812812
version: '2.0' <9>

dev_guide/migrating_applications/quickstart_examples.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ following to instantiate the linked application and database at once, from your
2222
GitHub repository containing your source code. You can list all available
2323
templates with `oc get templates -n openshift`:
2424

25-
* CakePHP MySQL https://github.com/openshift/cakephp-ex
25+
* CakePHP MySQL https://github.com/sclorg/cakephp-ex
2626
** template: cakephp-mysql-example
2727

28-
* Node.js MongoDB https://github.com/openshift/nodejs-ex
28+
* Node.js MongoDB https://github.com/sclorg/nodejs-ex
2929
** template: nodejs-mongodb-example
3030

31-
* Django PosgreSQL https://github.com/openshift/django-ex
31+
* Django PosgreSQL https://github.com/sclorg/django-ex
3232
** template: django-psql-example
3333

34-
* Dancer MySQL https://github.com/openshift/dancer-ex
34+
* Dancer MySQL https://github.com/sclorg/dancer-ex
3535
** template: dancer-mysql-example
3636

37-
* Rails PostgreSQL https://github.com/openshift/rails-ex
37+
* Rails PostgreSQL https://github.com/sclorg/rails-ex
3838
** template: rails-postgresql-example
3939

4040
[[migrating-applications-quickstart-workflow]]

dev_guide/migrating_applications/web_framework_applications.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $ git push -u <remote-name> master
7979
this Gemfile into the root of your source:
8080
+
8181
----
82-
https://github.com/openshift/ruby-ex/blob/master/Gemfile
82+
https://github.com/sclorg/ruby-ex/blob/master/Gemfile
8383
----
8484
+
8585
[NOTE]

dev_guide/templates.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ of the Quickstart templates in the default *openshift* project:
139139
----
140140
$ oc process --parameters -n openshift rails-postgresql-example
141141
NAME DESCRIPTION GENERATOR VALUE
142-
SOURCE_REPOSITORY_URL The URL of the repository with your application source code https://github.com/openshift/rails-ex.git
142+
SOURCE_REPOSITORY_URL The URL of the repository with your application source code https://github.com/sclorg/rails-ex.git
143143
SOURCE_REPOSITORY_REF Set this to a branch name, tag or other ref of your repository if you are not using the default branch
144144
CONTEXT_DIR Set this to the relative path to your project if it is not in the root of your repository
145145
APPLICATION_DOMAIN The exposed hostname that will route to the Rails service rails-postgresql-example.openshiftapps.com
@@ -371,7 +371,7 @@ objects:
371371
parameters:
372372
- name: SOURCE_REPOSITORY_URL <2>
373373
description: The URL of the repository with your application source code <3>
374-
value: https://github.com/openshift/cakephp-ex.git <4>
374+
value: https://github.com/sclorg/cakephp-ex.git <4>
375375
required: true <5>
376376
- name: GITHUB_WEBHOOK_SECRET
377377
description: A secret string used to configure the GitHub webhook

getting_started/administrators.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ $ oc project test
290290
example source code to create a new deployable Node.js image:
291291
+
292292
----
293-
$ oc new-app openshift/nodejs-010-centos7~https://github.com/openshift/nodejs-ex.git
293+
$ oc new-app openshift/nodejs-010-centos7~https://github.com/sclorg/nodejs-ex.git
294294
----
295295
+
296296
A build will be triggered automatically using the provided image and the latest

getting_started/basic_walkthrough.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on GitHub and clone the repository to your local machine so that you can deploy
3232
and edit the application.
3333

3434
. On GitHub, navigate to the
35-
https://github.com/openshift/nodejs-ex[*openshift/nodejs-ex*] repository. In the
35+
https://github.com/sclorg/nodejs-ex[*openshift/nodejs-ex*] repository. In the
3636
top-right corner of the page, click *Fork*:
3737
+
3838
image::gs-fork.png[Fork the project]

getting_started/beyond_the_basics.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ and edit the application.
4848
[NOTE]
4949
====
5050
You can skip this step if you already forked the
51-
https://github.com/openshift/nodejs-ex[*openshift/nodejs-ex*] repository when
51+
https://github.com/sclorg/nodejs-ex[*openshift/nodejs-ex*] repository when
5252
following the xref:../getting_started/basic_walkthrough.adoc#getting-started-basic-walkthrough[Basic Walkthrough]
5353
topic.
5454
====
5555

5656
. On GitHub, navigate to the
57-
https://github.com/openshift/nodejs-ex[*openshift/nodejs-ex*] repository. In the
57+
https://github.com/sclorg/nodejs-ex[*openshift/nodejs-ex*] repository. In the
5858
top-right corner of the page, click *Fork*:
5959
+
6060
image::gs-fork.png[Fork the project]
@@ -388,29 +388,29 @@ and try out Quickstart templates for the following languages:
388388
|Language|Implementations and Tutorials
389389

390390
.^|xref:../using_images/s2i_images/ruby.adoc#using-images-s2i-images-ruby[Ruby]
391-
|https://github.com/openshift/rails-ex[Rails]
391+
|https://github.com/sclorg/rails-ex[Rails]
392392

393393
.^|xref:../using_images/s2i_images/python.adoc#using-images-s2i-images-python[Python]
394-
|https://github.com/openshift/django-ex[Django]
394+
|https://github.com/sclorg/django-ex[Django]
395395

396396
.^|xref:../using_images/s2i_images/nodejs.adoc#using-images-s2i-images-nodejs[Node.js]
397-
|https://github.com/openshift/nodejs-ex[Node.js]
397+
|https://github.com/sclorg/nodejs-ex[Node.js]
398398

399399
.^|xref:../using_images/s2i_images/php.adoc#using-images-s2i-images-php[PHP]
400-
|https://github.com/openshift/cakephp-ex[CakePHP]
400+
|https://github.com/sclorg/cakephp-ex[CakePHP]
401401

402402
.^|xref:../using_images/s2i_images/perl.adoc#using-images-s2i-images-perl[Perl]
403-
|https://github.com/openshift/dancer-ex[Dancer]
403+
|https://github.com/sclorg/dancer-ex[Dancer]
404404

405405
|===
406406

407407
Other images provided by {product-title} include:
408408

409-
* https://github.com/openshift/mysql[MySQL]
409+
* https://github.com/sclorg/mysql-container[MySQL]
410410

411-
* https://github.com/openshift/mongodb[MongoDB]
411+
* https://github.com/sclorg/mongodb-container[MongoDB]
412412

413-
* https://github.com/openshift/postgresql[PostgreSQL]
413+
* https://github.com/sclorg/postgresql-container[PostgreSQL]
414414

415415
* https://github.com/openshift/jenkins[Jenkins]
416416

getting_started/developers_cli.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,19 @@ turn leverage xref:../using_images/s2i_images/index.adoc#using-images-s2i-images
5858
|Language|Implementations and Tutorials
5959

6060
.^|Ruby
61-
|https://github.com/openshift/rails-ex[Rails]
61+
|https://github.com/sclorg/rails-ex[Rails]
6262

6363
.^|Python
64-
|https://github.com/openshift/django-ex[Django]
64+
|https://github.com/sclorg/django-ex[Django]
6565

6666
.^|Node.js
67-
|https://github.com/openshift/nodejs-ex[Node.js]
67+
|https://github.com/sclorg/nodejs-ex[Node.js]
6868

6969
.^|PHP
70-
|https://github.com/openshift/cakephp-ex[CakePHP]
70+
|https://github.com/sclorg/cakephp-ex[CakePHP]
7171

7272
.^|Perl
73-
|https://github.com/openshift/dancer-ex[Dancer]
73+
|https://github.com/sclorg/dancer-ex[Dancer]
7474

7575
.^|Java
7676
a|
@@ -82,11 +82,11 @@ endif::[]
8282

8383
Other images provided by {product-title} include:
8484

85-
* https://github.com/openshift/mysql[MySQL]
85+
* https://github.com/sclorg/mysql-container[MySQL]
8686

87-
* https://github.com/openshift/mongodb[MongoDB]
87+
* https://github.com/sclorg/mongodb-container[MongoDB]
8888

89-
* https://github.com/openshift/postgresql[PostgreSQL]
89+
* https://github.com/sclorg/postgresql-container[PostgreSQL]
9090

9191
* https://github.com/openshift/jenkins[Jenkins]
9292

@@ -174,7 +174,7 @@ image::dev-cli-video-thumb.png[CLI Getting Started Experience, 579, 246, link="h
174174

175175
== Forking the Sample Repository
176176

177-
. Visit the https://github.com/openshift/ruby-ex[Ruby example] page while you are logged in to GitHub.
177+
. Visit the https://github.com/sclorg/ruby-ex[Ruby example] page while you are logged in to GitHub.
178178
+
179179
[NOTE]
180180
====

getting_started/developers_console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To view your new application:
9898
== Configuring Automated Builds
9999

100100
You forked the source code for this application from the
101-
https://github.com/openshift/ruby-ex[{product-title} GitHub repository]. Therefore,
101+
https://github.com/sclorg/ruby-ex[{product-title} GitHub repository]. Therefore,
102102
you can use a webhook to automatically trigger a rebuild of your application
103103
whenever you push code changes to your forked repository.
104104

install_config/build_defaults_overrides.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ xref:../install_config/install/advanced_install.adoc#advanced-install-configurin
7171
# environment variables into Builds. These values will default to the global proxy
7272
# config values. You only need to set these if they differ from the global settings
7373
# above. See BuildDefaults
74-
# documentation at https://docs.openshift.org/latest/admin_guide/build_defaults_overrides.html
74+
# documentation at https://docs.okd.io/latest/admin_guide/build_defaults_overrides.html
7575
#openshift_builddefaults_http_proxy=http://USER:PASSWORD@HOST:PORT
7676
openshift_builddefaults_https_proxy=https://USER:PASSWORD@HOST:PORT
7777
openshift_builddefaults_no_proxy=build_defaults

install_config/install/docker_registry.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ first have xref:deploy_router.adoc#install-config-install-deploy-router[deployed
12881288
. xref:deploy_router.adoc#install-config-install-deploy-router[Deploy a router].
12891289
+
12901290
. Create a
1291-
link:https://docs.openshift.org/latest/architecture/core_concepts/routes.html#secured-routes[passthrough]
1291+
link:https://docs.okd.io/latest/architecture/core_concepts/routes.html#secured-routes[passthrough]
12921292
route via the `oc create route passthrough` command,
12931293
specifying the registry as the route's service.
12941294
By default, the name of the created route is the same as the service name.

using_images/db_images/mongodb.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ settings provided via configuration.
1818

1919
== Versions
2020
Currently, {product-title} provides versions
21-
https://github.com/openshift/mongodb/tree/master/2.4[2.4],
22-
https://github.com/openshift/mongodb/tree/master/2.6[2.6], and
23-
https://github.com/openshift/mongodb/tree/master/3.2[3.2] of MongoDB.
21+
https://github.com/sclorg/mongodb-container/tree/master/2.4[2.4],
22+
https://github.com/sclorg/mongodb-container/tree/master/2.6[2.6], and
23+
https://github.com/sclorg/mongodb-container/tree/master/3.2[3.2] of MongoDB.
2424

2525
== Images
2626

@@ -377,7 +377,7 @@ endif::[]
377377
Red Hat provides a proof-of-concept
378378
xref:../../architecture/core_concepts/templates.adoc#architecture-core-concepts-templates[template] for MongoDB
379379
replication (clustering); you can obtain the
380-
https://github.com/openshift/mongodb/tree/master/2.4/examples/replica[example
380+
https://github.com/sclorg/mongodb-container/tree/master/2.4/examples/replica[example
381381
template from GitHub].
382382

383383
For example, to upload the example template into the current project's template

using_images/db_images/mysql.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ settings provided via configuration.
1818

1919
== Versions
2020
Currently, {product-title} provides versions
21-
link:https://github.com/openshift/mysql/tree/master/5.5[5.5],
22-
link:https://github.com/openshift/mysql/tree/master/5.6[5.6], and
23-
link:https://github.com/openshift/mysql/tree/master/5.7[5.7] of MySQL.
21+
link:https://github.com/sclorg/mysql-container/tree/master/5.5[5.5],
22+
link:https://github.com/sclorg/mysql-container/tree/master/5.6[5.6], and
23+
link:https://github.com/sclorg/mysql-container/tree/master/5.7[5.7] of MySQL.
2424

2525
== Images
2626

@@ -474,7 +474,7 @@ endif::[]
474474
Red Hat provides a proof-of-concept
475475
xref:../../architecture/core_concepts/templates.adoc#architecture-core-concepts-templates[template] for MySQL
476476
master-slave replication (clustering); you can obtain the
477-
https://github.com/openshift/mysql/tree/master/5.5/examples/replica[example
477+
https://github.com/sclorg/mysql-container/tree/master/5.5/examples/replica[example
478478
template from GitHub].
479479

480480
To upload the example template into the current project's template library:

using_images/db_images/postgresql.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ settings provided via configuration.
1818

1919
== Versions
2020
Currently, {product-title} supports versions
21-
https://github.com/openshift/postgresql/tree/master/9.2[9.2],
22-
https://github.com/openshift/postgresql/tree/master/9.4[9.4], and
23-
https://github.com/openshift/postgresql/tree/master/9.5[9.5] of PostgreSQL.
21+
https://github.com/sclorg/postgresql-container/tree/master/9.2[9.2],
22+
https://github.com/sclorg/postgresql-container/tree/master/9.4[9.4], and
23+
https://github.com/sclorg/postgresql-container/tree/master/9.5[9.5] of PostgreSQL.
2424

2525
== Images
2626

0 commit comments

Comments
 (0)