Skip to content

Commit 28be0ab

Browse files
authored
Merge pull request #18 from SystemsApproach/weave
Fix some outdated links
2 parents a6c8f4c + 582c9d3 commit 28be0ab

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ def get_version():
102102
}
103103

104104
# Ignore link check for the following websites
105-
# linkcheck_ignore = [
106-
# 'https://SDN.systemspproach.org/',
107-
# ]
105+
linkcheck_ignore = [
106+
'https://www.amazon.com/','https://amzn.to/'
107+
]
108108

109109
# -- Options for HTML output -------------------------------------------------
110110

intro.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,14 +339,16 @@ running in commodity switches. The microservice architecture is
339339
another example of disaggregation—it breaks monolithic cloud
340340
applications into a mesh of single-function components. Disaggregation
341341
is widely viewed as an essential step in accelerating feature velocity.
342-
This is the opportunity side of the story, which is nicely summarized
343-
by Weaveworks.
342+
This is the opportunity side of the story, which is one of the
343+
widely-claimed benefits of cloud native application architectures. A
344+
useful, if opinionated, view on such architectures is the Twelve-Factor
345+
App.
344346

345347
.. _reading_disaggregate:
346348
.. admonition:: Further Reading
347349

348-
Weaveworks. `What You Need to Know for Cloud Native
349-
<https://www.weave.works/technologies/going-cloud-native-6-essential-things-you-need-to-know>`__.
350+
Adam Wiggins. `The Twelve-Factor App.
351+
<https://12factor.net/>`__.
350352

351353
The challenge side of the story is that there are many more moving
352354
parts that have to be integrated, coordinated, and managed. Circling

lifecycle.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ points throughout this chapter.
110110
.. _reading_gitops:
111111
.. admonition:: Further Reading
112112

113-
Weaveworks. `Guide to GitOps
114-
<https://www.weave.works/technologies/gitops/>`__.
113+
Red Hat. `An Illustrated Guide to GitOps
114+
<https://www.redhat.com/architect/illustrated-guide-gitops/>`__.
115115

116116
The third repository shown in :numref:`Figure %s <fig-pipeline>` is
117117
the Code Repo (on the far left). Although not explicitly indicated,
@@ -838,7 +838,7 @@ attack surface that needs to be protected.
838838
`git-crypt - transparent file encryption in git
839839
<https://github.com/AGWA/git-crypt/blob/master/README.md>`__.
840840

841-
`"Sealed Secrets" for Kubernetes <https://github.com/bitnami-labs/sealed-secrets#readme>`__.
841+
`"Sealed Secrets" for Kubernetes <https://github.com/bitnami-labs/sealed-secrets>`__.
842842

843843
4.7 What about GitOps?
844844
----------------------

0 commit comments

Comments
 (0)