We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76a620 commit 7e4c287Copy full SHA for 7e4c287
script/axe-docs
@@ -67,7 +67,7 @@ do
67
if containsElement "${i//\"/}" "${needs_to_be_fixed[@]}"; then
68
continue
69
else
70
- doc_url="primer.style/css$i"
+ doc_url="http://localhost:8000$i"
71
doc_url="${doc_url//\"/}"
72
doc_urls+=($doc_url)
73
fi
0 commit comments