Skip to content

Commit 405b5b2

Browse files
committed
docs(components): remove unused links
1 parent fe0adbc commit 405b5b2

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

src/understanding-deis/components.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Workflow is comprised of a number of small, independent services that combine
44
to create a distributed PaaS. All Workflow components are deployed as services
55
(and associated controllers) in your Kubernetes cluster. If you are interested
66
we have a more detailed exploration of the [Workflow
7-
architecture][architecture.md].
7+
architecture][architecture].
88

99
All of the componentry for Workflow is built with composability in mind. If you
1010
need to customize one of the components for your specific deployment or need
@@ -42,7 +42,7 @@ managing the build process of your [Application][]. The builder process is:
4242
2. Authenticates the user via SSH key fingerprint
4343
3. Authorizes the user's access to push code to the Application
4444
4. Starts the Application Build phase (see below)
45-
5. Triggers a new [Release][] via the [Controller][]
45+
5. Triggers a new [Release][] via the Controller
4646

4747
Builder currently supports both buildpack and Dockerfile based builds.
4848

@@ -132,24 +132,16 @@ Application name. Logger does not persist logs to disk, instead maintaining an
132132
in-memory ring buffer. For more information on logger see the [project
133133
documentation][logger-documentation].
134134

135-
[Amazon S3]: http://aws.amazon.com/s3/
136135
[Application]: ../reference-guide/terms.md#application
137-
[Celery]: http://www.celeryproject.org/
138136
[Config]: ../reference-guide/terms.md#config
139137
[Git]: http://git-scm.com/
140-
[Minio]: https://www.minio.io/
141138
[Nginx]: http://nginx.org/
142-
[OpenStack Storage]: http://www.openstack.org/software/openstack-storage/
143139
[PostgreSQL]: http://www.postgresql.org/
144-
[Redis]: http://redis.io/
145140
[WAL-E]: https://github.com/wal-e/wal-e
146141
[architecture]: architecture.md
147142
[backupandrestore]: ../managing-deis/backing-up-and-restoring-data.md
148143
[configure-objectstorage]: ../installing-deis/configuring-object-storage.md
149-
[controller]: #controller
150-
[database]: #database
151144
[logger-documentation]: https://github.com/deis/logger
152-
[registry]: #registry
153145
[release]: ../reference-guide/terms.md#release
154146
[router-documentation]: https://github.com/deis/router
155147
[router]: #router

0 commit comments

Comments
 (0)