Skip to content

Commit

Permalink
Fixed base URL pointing to source for analytics ui
Browse files Browse the repository at this point in the history
  • Loading branch information
LineIndent committed Dec 23, 2024
1 parent 6111e5e commit eb43519
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buridan_ui/analytics/exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
from .stats.v7 import stats_v7
from .stats.v8 import stats_v8

BASE_PATH: str = "https://github.com/LineIndent/buridan-ui/blob/main/buridan_ui/pantry/"
BASE_PATH: str = (
"https://github.com/LineIndent/buridan-ui/blob/main/buridan_ui/analytics/"
)


def get_source(directory: str, filename: str):
Expand Down

0 comments on commit eb43519

Please sign in to comment.