File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,9 @@ def __init__(self) -> None:
125
125
brief = "A network related operation failed in a context of no network access."
126
126
# XXX Facundo 2022-12-13: need to improve the URL here once
127
127
# we have the online docs updated
128
+ url = "https://canonical-craft-providers.readthedocs-hosted.com/en/latest/explanation/"
128
129
resolution = (
129
130
"Verify that the environment has internet connectivity; "
130
- "see https://craft-providers.readthedocs.io/ for further reference."
131
+ f "see { url } for further reference."
131
132
)
132
133
super ().__init__ (brief = brief , resolution = resolution )
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Explanation
6
6
.. toctree ::
7
7
:maxdepth: 1
8
8
9
+ .. _network-error :
10
+
9
11
Failure to properly execute commands that depend on network access
10
12
==================================================================
11
13
You can’t perform that action at this time.
0 commit comments