We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9251f9e commit 094c702Copy full SHA for 094c702
src/components/Samples/index.tsx
@@ -165,7 +165,7 @@ export default function Samples() {
165
// "color": "#FFF",
166
},
167
flexShrink: 0,
168
- }} size='small' variant="text" href={`https://github.com/DefangLabs/defang/tree/main/samples/${selectedSample.category}/${selectedSample.name}`} target='_blank'>
+ }} size='small' variant="text" href={`https://github.com/DefangLabs/samples/tree/main/samples/${selectedSample.name}`} target='_blank'>
169
Open Sample
170
<ExternalLink />
171
</Button>
0 commit comments