Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit f3647bd

Browse files
committed
Fixed broken link
1 parent 8fd8a7e commit f3647bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/panels/admin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ function Sessions({ client, conf, user }: { client: Client, conf: Configuration,
435435
/>
436436
</TableCell>
437437
<TableCell component="th" scope="row">
438-
<a href={`github.com/${id}`}>{id}</a>
438+
<a href={`https://github.com/${id}`}>{id}</a>
439439
</TableCell>
440440
<TableCell>{session.template.name}</TableCell>
441441
<TableCell><a href={`//${session.url}`}>{session.url}</a></TableCell>

0 commit comments

Comments
 (0)