Link formats

Reference3 min read|||

Use these URL formats when linking to DraftView workflows.

Core routes

Review a GitHub PR directly

https://www.draftview.app/github.com/<owner>/<repo>/pull/<pr-number>

Open the dashboard

https://www.draftview.app/dashboard

Sign in

https://www.draftview.app/login

Try the public demo

https://www.draftview.app/try

Integration routes

Edit this page integration (GitHub or GitLab)

GitHub:

https://www.draftview.app/edit?url=https://github.com/<owner>/<repo>/blob/<branch-or-sha>/<path>

GitLab:

https://www.draftview.app/edit?url=https://gitlab.com/<group-or-namespace>/<project>/-/blob/<branch-or-sha>/<path>

External review route

https://www.draftview.app/review/external/<token>

Create external links from DraftView. Do not handcraft token URLs.

Related pages