Skip to content

Commit 2ad9497

Browse files
committed
Moved the find tags script from docs/ to the new scripts/ folder.
1 parent 17ee852 commit 2ad9497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pathlib import Path
88
from typing import Set
99

10-
DOCS_DIR = Path(__file__).parent
10+
DOCS_DIR = Path(__file__).parent.parent / "docs"
1111
EXTENSIONS = (".md", ".markdown", ".mkd")
1212

1313
def extract_frontmatter(file_path: Path) -> dict:

0 commit comments

Comments
 (0)