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

Commit

Permalink
Fixed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Feb 23, 2021
1 parent 8fd8a7e commit f3647bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/panels/admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ function Sessions({ client, conf, user }: { client: Client, conf: Configuration,
/>
</TableCell>
<TableCell component="th" scope="row">
<a href={`github.com/${id}`}>{id}</a>
<a href={`https://github.com/${id}`}>{id}</a>
</TableCell>
<TableCell>{session.template.name}</TableCell>
<TableCell><a href={`//${session.url}`}>{session.url}</a></TableCell>
Expand Down

0 comments on commit f3647bd

Please sign in to comment.