Skip to content

Commit

Permalink
Dataset overview: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed May 15, 2024
1 parent 44787c3 commit d9ef34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/commands/PackageMainCommand.scala
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ object PackageMainCommand extends Command:

for (name, model) <- datasetCollection.datasets.toSeq.sortBy(_._1) do
val mi = MetadataReader.fromModel(model)
sb.append(f"[$name]($name/dev) | ")
sb.append(f"[$name]($name/index.md) | ")
val streamType = mi.streamTypes.filterNot(_.isFlat).head
sb.append(f"[${streamType.readableName.replace("stream", "").trim}]" +
f"(${Constants.taxonomyDocBaseLink}${streamType.docName}) | ")
Expand Down

0 comments on commit d9ef34e

Please sign in to comment.