Skip to content

Commit

Permalink
Fix hyperlink in project setup on extensions (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rensvandeschoot committed Oct 31, 2023
1 parent c238a98 commit 1f3ac62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ const AddDataset = (props) => {
)}
{datasetSource === "extension" && (
<Typography variant="body2" sx={{ color: "text.secondary" }}>
Select a dataset from an extension.{" "}
Select a dataset from a custom extension.{" "}
<Link
underline="none"
href="https://asreview.readthedocs.io/en/latest/extensions/overview_extensions.html"
href="https://asreview.readthedocs.io/en/latest/extensions_dev.html#create-extensions"
target="_blank"
>
Learn more
Expand Down

0 comments on commit 1f3ac62

Please sign in to comment.