From 5a0526306473ee314006ffdc8480c6b9922587d4 Mon Sep 17 00:00:00 2001 From: dprats Date: Tue, 23 Jan 2024 09:21:59 -0800 Subject: [PATCH] fix broken links --- how-it-works/5_smart_contracts/02_motoko.subpage.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/how-it-works/5_smart_contracts/02_motoko.subpage.md b/how-it-works/5_smart_contracts/02_motoko.subpage.md index c9f285aa24..ea5ce7f15a 100644 --- a/how-it-works/5_smart_contracts/02_motoko.subpage.md +++ b/how-it-works/5_smart_contracts/02_motoko.subpage.md @@ -17,12 +17,12 @@ Motoko is a new programming language for smart contracts. It is designed to seam [Motoko, a Programming Language Designed for the Internet Computer, Is Now Open Source](https://medium.com/dfinity/motoko-a-programming-language-designed-for-the-internet-computer-is-now-open-source-8d85da4db735) -[Motoko Programming Language](https://internetcomputer.org/docs/language-guide/motoko.html) +[Motoko Programming Language](https://internetcomputer.org/docs/current/motoko/main/motoko) -[Learn the basics of Motoko](https://internetcomputer.org/docs/developers-guide/basic-syntax-rules.html) +[Learn the basics of Motoko](https://internetcomputer.org/docs/current/motoko/main/overview) -[Motoko style guidelines](https://internetcomputer.org/docs/language-guide/style.html) +[Motoko style guidelines](https://internetcomputer.org/docs/current/motoko/main/style) -[Motoko grammar](https://internetcomputer.org/docs/language-guide/motoko-grammar.html) +[Motoko grammar](https://internetcomputer.org/docs/current/motoko/main/motoko-grammar) -[Motoko base library](https://internetcomputer.org/docs/base-libraries/stdlib-intro.html) +[Motoko base library](https://internetcomputer.org/docs/current/motoko/main/base)