Skip to content

Commit 7e4c287

Browse files
committed
* add back localhost
1 parent d76a620 commit 7e4c287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/axe-docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ do
6767
if containsElement "${i//\"/}" "${needs_to_be_fixed[@]}"; then
6868
continue
6969
else
70-
doc_url="primer.style/css$i"
70+
doc_url="http://localhost:8000$i"
7171
doc_url="${doc_url//\"/}"
7272
doc_urls+=($doc_url)
7373
fi

0 commit comments

Comments
 (0)