Skip to content

Commit 407dc8c

Browse files
committed
fix #7810 -- Clicking on the "Licenses" link under "Vouchers You Redeemed" on https://cocalc.com/vouchers results in a 404 page not found error.
1 parent db8c01b commit 407dc8c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/packages/next/pages/vouchers/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ export default function Overview({ customize }) {
3535
<div style={{ fontSize: "12pt" }}>
3636
<div style={{ maxWidth: "700px", margin: "auto" }}>
3737
<A href="https://doc.cocalc.com/vouchers.html">Vouchers</A> are
38-
a convenient way to send <A href="/settings/purchases">money</A>{" "}
39-
to somebody or to resell <SiteName />{" "}
40-
<A href="/settings/licenses">licenses</A>.
38+
like a digital gift card, which can be used to purchase anything
39+
on <SiteName />.
4140
</div>
4241
</div>
4342
<OverviewRow>

0 commit comments

Comments
 (0)