Skip to content

Commit e86df8f

Browse files
committed
fix(docs): change drycc.com to drycc.cc
1 parent 1089560 commit e86df8f

22 files changed

Lines changed: 52 additions & 52 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Contributing to Drycc
22

33
This project is part of Drycc. You can find the latest contribution
4-
guidelines [in our documentation](https://drycc.com/docs/workflow/contributing/overview/).
4+
guidelines [in our documentation](https://drycc.cc/docs/workflow/contributing/overview/).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
Drycc Workflow is the second major release (v2) of the Drycc PaaS. If you are looking for the CoreOS-based PaaS visit [https://github.com/drycc/drycc](https://github.com/drycc/drycc).
66

7-
To **get started** with **Drycc Workflow** please read the [Quick Start Guide](https://drycc.com/docs/workflow/quickstart/).
7+
To **get started** with **Drycc Workflow** please read the [Quick Start Guide](https://drycc.cc/docs/workflow/quickstart/).
88

9-
Visit [https://drycc.com](https://drycc.com) for more information on [why you should use Drycc Workflow](https://drycc.com/why-drycc/) or [learn about its features](https://drycc.com/how-it-works/).
9+
Visit [https://drycc.cc](https://drycc.cc) for more information on [why you should use Drycc Workflow](https://drycc.cc/why-drycc/) or [learn about its features](https://drycc.cc/how-it-works/).
1010

1111
This repository contains the source code for Drycc Workflow documentation. If you're looking for individual components, they live in their own repositories.
1212

charts/workflow/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version: <Will be populated by the ci before publishing the chart>
44
description: Drycc Workflow
55
maintainers:
66
- name: Team Drycc
7-
email: team@drycc.com
7+
email: team@drycc.cc

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# names
44
#
55
site_name: Drycc Workflow Documentation
6-
site_url: https://drycc.com/docs/workflow
6+
site_url: https://drycc.cc/docs/workflow
77
nav:
88
- Home: index.md
99
- Quick Start:

src/applications/inter-app-communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Inter-app Communication
22

3-
A common architecture pattern of multi-process applications is to have one process serve public requests while having multiple other processes supporting the public one to, for example, perform actions on a schedule or process work items from a queue. To implement this system of apps in Drycc Workflow, set up the apps to communicate using DNS resolution, as shown above, and hide the supporting processes from public view by removing them from the Drycc Workflow router. See [Drycc Blog: Private Applications on Workflow](https://drycc.com/blog/2016/private-applications-on-drycc-workflow/) for more details, which walks through an example of removing an app from the router.
3+
A common architecture pattern of multi-process applications is to have one process serve public requests while having multiple other processes supporting the public one to, for example, perform actions on a schedule or process work items from a queue. To implement this system of apps in Drycc Workflow, set up the apps to communicate using DNS resolution, as shown above, and hide the supporting processes from public view by removing them from the Drycc Workflow router. See [Drycc Blog: Private Applications on Workflow](https://drycc.cc/blog/2016/private-applications-on-drycc-workflow/) for more details, which walks through an example of removing an app from the router.
44

55
### DNS Service Discovery
66

src/applications/ssl-certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ or by looking at at each certificates detailed information
104104
Starts At: 2016-01-15 23:57:57 +0000 UTC
105105
Fingerprint: 7A:CA:B8:50:FF:8D:EB:03:3D:AC:AD:13:4F:EE:03:D5:5D:EB:5E:37:51:8C:E0:98:F8:1B:36:2B:20:83:0D:C0
106106
Subject Alt Name: blog.example.com
107-
Issuer: /C=US/ST=CA/L=San Francisco/O=Drycc/OU=Engineering/CN=example.com/emailAddress=engineering@drycc.com
108-
Subject: /C=US/ST=CA/L=San Francisco/O=Drycc/OU=Engineering/CN=example.com/emailAddress=engineering@drycc.com
107+
Issuer: /C=US/ST=CA/L=San Francisco/O=Drycc/OU=Engineering/CN=example.com/emailAddress=engineering@drycc.cc
108+
Subject: /C=US/ST=CA/L=San Francisco/O=Drycc/OU=Engineering/CN=example.com/emailAddress=engineering@drycc.cc
109109

110110
Connected Domains: example.com
111111
Owner: admin-user

src/applications/using-buildpacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Use `git push drycc master` to deploy your application.
6161

6262
To learn more, use 'drycc help' or visit http://drycc.cc
6363

64-
To ssh://git@drycc.staging-2.drycc.com:2222/skiing-keypunch.git
64+
To ssh://git@drycc.staging-2.drycc.cc:2222/skiing-keypunch.git
6565
* [new branch] master -> master
6666

6767
$ curl -s http://skiing-keypunch.example.com

src/changelogs/v2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- [`42f91b2`](https://github.com/drycc/monitor/commit/42f91b22465f9851fc089a4118219805c5bb60e5) (monitor) - README: Add architecture diagram
3333
- [`477be8b`](https://github.com/drycc/monitor/commit/477be8b2090770a956ab434866054022da89d3a9) (monitor) - CHANGELOG.md: add entry for v2.0.0
3434
- [`5afdca3`](https://github.com/drycc/minio/commit/5afdca35f1dc77e8e55501f40db630b335fa0a05) (minio) - CHANGELOG.md: add entry for v2.0.0
35-
- [`bce6c31`](https://github.com/drycc/builder/commit/bce6c31e3905205a4ea5bfce57f9a3130a0e0a22) (builder) - pkg: update help URL to https://drycc.com/
35+
- [`bce6c31`](https://github.com/drycc/builder/commit/bce6c31e3905205a4ea5bfce57f9a3130a0e0a22) (builder) - pkg: update help URL to https://drycc.cc/
3636
- [`ea6b17a`](https://github.com/drycc/builder/commit/ea6b17a5c635b87874f7433a998c431c1058eeaa) (builder) - CHANGELOG.md: add entry for v2.0.0
3737
- [`f37322b`](https://github.com/drycc/dockerbuilder/commit/f37322b0bffd7c10fa3e66ebdc33e874e633b265) (dockerbuilder) - CHANGELOG.md: add entry for v2.0.0-rc2
3838
- [`66a176b`](https://github.com/drycc/dockerbuilder/commit/66a176bbecc8e62c0f3948198d9e6868b1160f22) (dockerbuilder) - CHANGELOG.md: add entry for v2.0.0

src/changelogs/v2.1.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [`e494bd9`](https://github.com/drycc/postgres/commit/e494bd980d43396eeed75f123af5115ae1f54721) (postgres) - wal-e: use the latest wal-e to use aws instance profiles
1010
- [`6980348`](https://github.com/drycc/slugbuilder/commit/6980348828a389051b0b4ee069d0c92bc2c4331f) (slugbuilder) - swift: Add support for swift storage
1111
- [`9e5ce71`](https://github.com/drycc/dockerbuilder/commit/9e5ce719f7b67a1acc73db961c57e0d9763f33bb) (dockerbuilder) - swift: Add support for swift object storage
12-
- [`cb4cc44`](https://github.com/drycc/fluentd/commit/cb4cc44189f2d9a1519f2e93f8860a35c5951de7) (fluentd) - drycc-output: Custom fluentd plugin for sending data to drycc components
12+
- [`cb4cc44`](https://github.com/drycc/fluentd/commit/cb4cc44189f2d9a1519f2e93f8860a35c5951de7) (fluentd) - drycc-output: Custom fluentd plugin for sending data to drycc.ccponents
1313
- [`d8f48be`](https://github.com/drycc/workflow-manager/commit/d8f48be867cd7ddac74b36a12cb09ca285f39186) (workflow-manager) - doctor: add doctor client code and doctor api call
1414
- [`b95c60c`](https://github.com/drycc/workflow-manager/commit/b95c60c11bfb4ceecc07162031e1a8cf0f058598) (workflow-manager) - swagger: add doctor api get spec
1515
- [`4ab1dc2`](https://github.com/drycc/workflow-manager/commit/4ab1dc21b8df862253f406a77d3d5e988bf3c334) (workflow-manager) - doctor: add curl script to access doctor endpoint
@@ -110,15 +110,15 @@
110110
- [`178bc7c`](https://github.com/drycc/logger/commit/178bc7cb110c23c03cb7ade4df851e00fbc79316) (logger) - README: fix Go report card badge
111111
- [`6367466`](https://github.com/drycc/charts/commit/63674660da06c0f9deb0a89e9f9a8d8fa63812b0) (charts) - CHANGELOG.md: add entry for v2.0.0
112112
- [`e038851`](https://github.com/drycc/builder/commit/e038851678da9363a99a3639d67181abb6ab68bf) (builder) - CHANGELOG.md: add entry for v2.0.0-rc2
113-
- [`58a8786`](https://github.com/drycc/builder/commit/58a8786d764db22a7f01c68398ec86aff34f6541) (builder) - pkg: update help URL to https://drycc.com/
113+
- [`58a8786`](https://github.com/drycc/builder/commit/58a8786d764db22a7f01c68398ec86aff34f6541) (builder) - pkg: update help URL to https://drycc.cc/
114114
- [`0df2ba3`](https://github.com/drycc/builder/commit/0df2ba3a70cf22c3195af25833a70cfce68fc195) (builder) - CHANGELOG.md: add entry for v2.0.0
115115
- [`c3945f2`](https://github.com/drycc/builder/commit/c3945f2ef286fb103ea413647497a6e4884352d1) (builder) - README: add codecov.io badge
116116
- [`b001515`](https://github.com/drycc/controller/commit/b0015157ba5288d3fdd6dde104efa879305bd4e2) (controller) - CHANGELOG.md: add entry for v2.0.0-rc2
117117
- [`c7fb984`](https://github.com/drycc/controller/commit/c7fb984d077d605d0469649f826c1b38458adaf8) (controller) - CHANGELOG.md: add entry for v2.0.0
118118
- [`9063a96`](https://github.com/drycc/workflow/commit/9063a96112c7d90d526df707f94bd33392804d5f) (workflow) - installing-workflow: fix missing watch flag
119119
- [`cf9693f`](https://github.com/drycc/workflow/commit/cf9693f9ed5bbe2d1ea8a613bb797f556768182f) (workflow) - release-checklist.md: remove bintray references
120120
- [`cda073c`](https://github.com/drycc/workflow/commit/cda073c9bfdeb02425208f7e1ff734bfda50c353) (workflow) - CHANGELOG.md: add entry for v2.0.0
121-
- [`5c753e5`](https://github.com/drycc/workflow/commit/5c753e5840d94b88ecf92c0458a1d618a3e78dcf) (workflow) - styles: update the theme to match drycc.com
121+
- [`5c753e5`](https://github.com/drycc/workflow/commit/5c753e5840d94b88ecf92c0458a1d618a3e78dcf) (workflow) - styles: update the theme to match drycc.cc
122122
- [`a77d967`](https://github.com/drycc/workflow/commit/a77d96780012c1a0dee70422d7827574f7660512) (workflow) - styles: remove sass from makefile
123123
- [`e37b2dc`](https://github.com/drycc/workflow/commit/e37b2dc4eedce6ee5ff194965cf97e619c6d6d54) (workflow) - styles: tidy up JS, better affix the sidebar menu
124124
- [`919f22c`](https://github.com/drycc/workflow/commit/919f22c16532f1e091ffa276a80c4190c369f28e) (workflow) - styles: fix urls, style for better mobile layout
@@ -184,5 +184,5 @@
184184
- [`214b0a9`](https://github.com/drycc/controller/commit/214b0a99c48e9f6b051de064566f6f022dcaf0de) (controller) - api: bump api version to v2.1.0
185185
- [`595d377`](https://github.com/drycc/workflow/commit/595d377dcb69926041bb5d65ddf929925304d8ba) (workflow) - health: note that kubernetes does not support query params in the health check path
186186
- [`88e240a`](https://github.com/drycc/workflow/commit/88e240ac89506667e350388fae3f71460b3ba36b) (workflow) - docs: update version to v2.0.0
187-
- [`20f2b5a`](https://github.com/drycc/workflow/commit/20f2b5a362fcb28879710e8999035efcebc8e5be) (workflow) - ga: use drycc.com GA account
187+
- [`20f2b5a`](https://github.com/drycc/workflow/commit/20f2b5a362fcb28879710e8999035efcebc8e5be) (workflow) - ga: use drycc.cc GA account
188188
- [`10b1146`](https://github.com/drycc/workflow/commit/10b114607243db32255cf6bee51970b3293e194c) (workflow) - docs: ignore bower_components for doc styles

src/changelogs/v2.4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
### Monitoring v2.2.0 -> v2.3.0
6464

6565
#### Features
66-
- [`527d4dd`](https://github.com/drycc/monitor/commit/527d4dd91b25332315d8601862d363b54a1a6605) dashboards: create dashboards for all drycc components
66+
- [`527d4dd`](https://github.com/drycc/monitor/commit/527d4dd91b25332315d8601862d363b54a1a6605) dashboards: create dashboards for all drycc.ccponents
6767

6868
#### Fixes
6969
- [`3b15224`](https://github.com/drycc/monitor/commit/3b15224c6136ceb00496afbe4fe583b8e4582ad8) ini: a stray quote was causing INI parsing to break

0 commit comments

Comments
 (0)