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 72c8b27 commit 13f3550Copy full SHA for 13f3550
bin/find_dead_links
@@ -1,15 +1,14 @@
1
#!/usr/bin/env python3
2
3
import multiprocessing
4
-import os
5
import re
6
from glob import glob
7
from typing import List
8
9
import requests
10
11
-PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
12
-DOCS_DIR = os.path.join(PROJECT_DIR, "docs")
+from hypernode.common.settings import DOCS_DIR
+
13
FAKE_DOMAINS = [
14
"example.com",
15
"yourdomain.com",
0 commit comments