-
Notifications
You must be signed in to change notification settings - Fork 14
fix: update stale magicblock-engine-examples links #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,7 +50,7 @@ import Endpoints from "/jp/snippets/endpoints.mdx"; | |
| <Card | ||
| title="ソースコード:Anchor Counter プログラム" | ||
| icon="anchor" | ||
| href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/anchor-counter" | ||
| href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/counter/anchor" | ||
| iconType="duotone" | ||
| ></Card> | ||
| <Card | ||
|
|
@@ -227,7 +227,7 @@ pub fn undelegate(ctx: Context<IncrementAndCommit>) -> Result<()> { | |
| ## React クライアントの接続 | ||
|
|
||
| React クライアントは Anchor プログラムと対話するためのシンプルなインターフェースです。 | ||
| Anchor バインディングを使ってプログラムと通信し、MagicBlock SDK で Ephemeral Rollup セッションとやり取りします。ソースはプログラムと同じ場所、[`anchor-counter/app`](https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/anchor-counter/app) にあります。 | ||
| Anchor バインディングを使ってプログラムと通信し、MagicBlock SDK で Ephemeral Rollup セッションとやり取りします。ソースはプログラムと同じ場所、[`anchor-counter/app`](https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/counter/anchor/app) にあります。 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Sync the visible repo path text. The href now points to 🤖 Prompt for AI Agents |
||
|
|
||
| {" "} | ||
|
|
||
|
|
@@ -268,7 +268,7 @@ Ephemeral Rollup セッションと対話するには、適切なエンドポイ | |
| <Card | ||
| title="ソースコード:Anchor Counter プログラム" | ||
| icon="anchor" | ||
| href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/anchor-counter" | ||
| href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/counter/anchor" | ||
| iconType="duotone" | ||
| ></Card> | ||
| <Card | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,7 +50,7 @@ import Endpoints from "/ko/snippets/endpoints.mdx"; | |
| <Card | ||
| title="소스 코드: Anchor Counter 프로그램" | ||
| icon="anchor" | ||
| href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/anchor-counter" | ||
| href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/counter/anchor" | ||
| iconType="duotone" | ||
| ></Card> | ||
| <Card | ||
|
|
@@ -227,7 +227,7 @@ pub fn undelegate(ctx: Context<IncrementAndCommit>) -> Result<()> { | |
| ## React 클라이언트 연결 | ||
|
|
||
| React 클라이언트는 Anchor 프로그램과 상호작용할 수 있게 해주는 간단한 인터페이스입니다. | ||
| Anchor 바인딩을 사용해 프로그램과 통신하고, MagicBlock SDK로 Ephemeral Rollup 세션과 상호작용합니다. 소스는 프로그램과 같은 위치인 [`anchor-counter/app`](https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/anchor-counter/app)에 있습니다. | ||
| Anchor 바인딩을 사용해 프로그램과 통신하고, MagicBlock SDK로 Ephemeral Rollup 세션과 상호작용합니다. 소스는 프로그램과 같은 위치인 [`anchor-counter/app`](https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/counter/anchor/app)에 있습니다. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Sync the visible repo path text. The href now points to 🤖 Prompt for AI Agents |
||
|
|
||
| {" "} | ||
|
|
||
|
|
@@ -268,7 +268,7 @@ Ephemeral Rollup 세션과 상호작용하려면 적절한 엔드포인트를 | |
| <Card | ||
| title="소스 코드: Anchor Counter 프로그램" | ||
| icon="anchor" | ||
| href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/anchor-counter" | ||
| href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/counter/anchor" | ||
| iconType="duotone" | ||
| ></Card> | ||
| <Card | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,7 +50,7 @@ If you prefer to dive straight into the code: | |
| <Card | ||
| title="Source Code: Anchor Counter Program" | ||
| icon="anchor" | ||
| href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/anchor-counter" | ||
| href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/counter/anchor" | ||
| iconType="duotone" | ||
| ></Card> | ||
| <Card | ||
|
|
@@ -228,7 +228,7 @@ pub fn undelegate(ctx: Context<IncrementAndCommit>) -> Result<()> { | |
| ## Connecting the React Client | ||
|
|
||
| The React client is a simple interface that allows you to interact with the Anchor program. | ||
| It uses the Anchor bindings to interact with the program and the MagicBlock SDK to interact with the Ephemeral Rollup session. Source lives alongside the program at [`anchor-counter/app`](https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/anchor-counter/app). | ||
| It uses the Anchor bindings to interact with the program and the MagicBlock SDK to interact with the Ephemeral Rollup session. Source lives alongside the program at [`anchor-counter/app`](https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/counter/anchor/app). | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Sync the visible repo path text. The href now points to 🤖 Prompt for AI Agents |
||
|
|
||
| {" "} | ||
|
|
||
|
|
@@ -270,7 +270,7 @@ Make sure to update your client configuration to use the correct endpoint based | |
| <Card | ||
| title="Source Code: Anchor Counter Program" | ||
| icon="anchor" | ||
| href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/anchor-counter" | ||
| href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/counter/anchor" | ||
| iconType="duotone" | ||
| ></Card> | ||
| <Card | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Sync the visible repo path text.
The href now points to
counter/anchor/app, but the displayed link text still saysanchor-counter/app. That leaves stale path text in the docs.🤖 Prompt for AI Agents