Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
HeliosLang getstarted set to null
  • Loading branch information
christianschmitz authored Sep 7, 2022
commit b078c2729c07ee9e2988edb34a88ba8bb24f13c5
2 changes: 1 addition & 1 deletion src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ const Showcases = [
description: "A DSL for writing Cardano Smart Contracts. Reference compiler is a single Javascript file without dependencies.",
preview: require("./builder-tools/helioslang.png"),
website: "https://github.com/Hyperion-BT/Helios",
getstarted: "https://hyperion-bt.github.io/Helios-Book",
getstarted: null,
tags: ["javascript", "library", "plutus"],
},
];
Expand Down