Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/webapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ deploys it through GitHub Pages.
Repository administrators must set the Pages publishing source to **GitHub
Actions** once. The expected project URL is:

<https://kunaldargan.github.io/dsai-gate/>
<https://ds-ai-gate.github.io/dsai-gate/>

This project URL is derived from the GitHub owner `Kunaldargan` and repository
name `dsai-gate`. A root user Pages URL would require a separate repository
named `Kunaldargan.github.io`.
This project URL is derived from the GitHub organization `DS-AI-GATE` and
repository name `dsai-gate`. A root organization Pages URL would require a
separate repository named `DS-AI-GATE.github.io`.
4 changes: 2 additions & 2 deletions webapp/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from typing import Optional


REPOSITORY_URL = "https://github.com/Kunaldargan/dsai-gate"
PAGES_URL = "https://kunaldargan.github.io/dsai-gate/"
REPOSITORY_URL = "https://github.com/DS-AI-GATE/dsai-gate"
PAGES_URL = "https://ds-ai-gate.github.io/dsai-gate/"

HEADING = re.compile(r"^(#{1,6})\s+(.*)$")
LINK = re.compile(r"!?\[([^\]]*)\]\(([^)]+)\)")
Expand Down
Loading