Skip to content

Commit f2ff110

Browse files
authored
Merge pull request #44 from SystemsApproach/linkfix
fix broken links and ignore 403 errors
2 parents 678b1dd + e3c0a73 commit f2ff110

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

access.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ the mechanism for doing this is more detail.
676676
.. admonition:: Further Reading
677677

678678
R. MacDavid, *et al.* `A P4-based 5G User Plane Function
679-
<https://www.cs.princeton.edu/~macdavid/media/up4-sosr21.pdf>`__.
679+
<https://dl.acm.org/doi/10.1145/3482898.3483358>`__.
680680
ACM SOSR. September 2021.
681681

682682
The main takeaway from this discussion is that access networks and

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def get_version():
102102

103103
# Ignore link check for the following websites
104104
linkcheck_ignore = [
105-
'https://amzn.to/', 'https://amazon.com'
105+
'https://amzn.to/', 'https://amazon.com', 'https://dl.acm.org', 'https://developers.redhat.com', 'https://www.adlittle.com'
106106
]
107107

108108
# -- Options for HTML output -------------------------------------------------

intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ well-documented in an article by Feamster, Rexford, and Zegura.
3939
.. admonition:: Further Reading
4040

4141
N. Feamster, J. Rexford, and E. Zegura. `The Road to SDN: An Intellectual History of Programmable Networks
42-
<https://www.sigcomm.org/sites/default/files/ccr/papers/2014/April/0000000-0000012.pdf>`__.
42+
<https://dl.acm.org/doi/10.1145/2602204.2602219>`__.
4343
SIGCOMM CCR, April 2014.
4444

4545
We add two footnotes to that history. The first is a 2001 National

uses.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ A.D. Little.
478478

479479
`Who Dares Wins! How Access Transformation Can Fast-Track Evolution
480480
of Operator Production Platforms
481-
<https://www.adlittle.com/en/who-dares-wins>`__. *A.D. Little
481+
<https://www.adlittle.com/en/insights/report/who-dares-wins>`__. *A.D. Little
482482
Report*, September 2019.
483483

484484
The central challenge of initiatives like CORD is to disaggregate the
@@ -598,7 +598,7 @@ to determine which flows shared buffer capacity at each switch.
598598
.. admonition:: Further Reading
599599

600600
X. Chen, et. al. `Fine-grained queue measurement in the data plane
601-
<https://p4.org/p4/conquest>`__. ACM CoNEXT'19, December 2019.
601+
<https://dl.acm.org/doi/10.1145/3359989.3365408>`__. ACM CoNEXT'19, December 2019.
602602

603603
Similarly, packets can report the decision making process that
604604
directed their delivery, for example, with something like: *"In Switch

0 commit comments

Comments
 (0)