Skip to content

Commit 14ae159

Browse files
authored
fix first-programming link (#187)
1 parent e6ab09f commit 14ae159

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contents/articles/2023-08-20_junior-programming-festival-2023/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ut.code();は 8 月 20 日に[コエテコジュニアプログラミングフ
1212
コエテコジュニアプログラミングフェスとは、小学生向けの体験型プログラミングイベントです。
1313
小学生の子どもたちにプログラミングを体験してもらうことで、プログラミングに興味を持ってもらうことを目的としています。
1414

15-
ut.code();は、今までの学園祭でも出展していた[「はじめてのプログラミング教室」](https://festival.utcode.net/)を展示しました。
15+
ut.code();は、今までの学園祭でも出展していた[「はじめてのプログラミング教室」](https://first-programming.utcode.net/)を展示しました。
1616
多くの子どもたちにブロックを使ったプログラミングを体験してもらうことができました。
1717

1818
![迷路の問題](./maze.png)

contents/articles/2024-05-19_may-festival-97-report/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ut.code(); は、「あなたのためのプログラミング」という誰で
1616

1717
「あなたのためのプログラミング」では、特設サイト上に用意した企画を来場者にお楽しみいただきました。特設サイトは[こちら](https://mf97.utcode.net/)からご覧いただけます。
1818

19-
毎年ご好評をいただいている[「はじめてのプログラミング」](https://festival.utcode.net/)の他にも今年の五月祭のために 3 つほどの新しい企画をご用意させていただきました。
19+
毎年ご好評をいただいている[「はじめてのプログラミング」](https://first-programming.utcode.net/)の他にも今年の五月祭のために 3 つほどの新しい企画をご用意させていただきました。
2020

2121
### [QR コードを体験してみよう!](https://ut-code.github.io/qrcode/)
2222

src/components/GlobalFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function GlobalFooter({ className }: { className?: string }) {
7171
{ title: "ut.code(); Learn", to: "https://learn.utcode.net/" },
7272
{
7373
title: "はじめてのプログラミング教室",
74-
to: "https://festival.utcode.net/",
74+
to: "https://first-programming.utcode.net/",
7575
},
7676
{ title: "GitHub", to: "https://github.com/ut-code" },
7777
{ title: "Twitter", to: "https://twitter.com/utokyo_code" },

0 commit comments

Comments
 (0)