From a48718ccb4c030ab39c7b8aab3476cde7500a3a9 Mon Sep 17 00:00:00 2001 From: pixelbracket <177620651+pixelbracket@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:00:39 +0900 Subject: [PATCH] Change author name --- LICENSE | 2 +- README.md | 2 +- src/introduction.md | 2 +- src/reference/translations.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 3d875c7..770c30a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 pixelbracket +Copyright (c) 2024 evasquare Copyright (c) 2018 Aaron Turon (Original Book Author) Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.md b/README.md index ee1aa82..1e891a9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 이 간결한 책은 Rust와 WebAssembly를 함께 사용하는 방법을 다룹니다. 튜토리얼과 알찬 연습 예제들로 구성돼 있습니다.

- 책 읽기 (한국어) + 책 읽기 (한국어) | 책 읽기 (영어) | diff --git a/src/introduction.md b/src/introduction.md index 3bc1a61..8d82e39 100644 --- a/src/introduction.md +++ b/src/introduction.md @@ -1,7 +1,7 @@ # Rust 🦀 and WebAssembly 🕸 이 간결한 책은 [Rust][]와 [WebAssembly][]를 함께 사용하는 방법을 다룹니다. -> 번역된 버전에 이슈나 풀 리퀘스트를 생성하고자 하시나요? [번역 버전의 레포지토리](https://github.com/pixelbracket/rust-wasm-book-ko)를 확인해 주세요. +> 번역된 버전에 이슈나 풀 리퀘스트를 생성하고자 하시나요? [번역 버전의 레포지토리](https://github.com/evasquare/rust-wasm-book-ko)를 확인해 주세요. ## 누구를 위한 책인가요? 이 책은 Rust와 WebAssembly를 함께 사용하여 웹에서 동작하는 빠르고 안정된 코드를 작성하는 방법에 대해 관심이 있는 분들을 위해 작성되었습니다. diff --git a/src/reference/translations.md b/src/reference/translations.md index 729f0f0..4e0df29 100644 --- a/src/reference/translations.md +++ b/src/reference/translations.md @@ -2,4 +2,4 @@ 이 책을 다른 언어로 번역하는 데에 관심이 있다면 [메인 레포지토리](https://github.com/rustwasm/book)를 포크하고 풀 리퀘스트를 생성해보세요. -- [한국어](https://github.com/pixelbracket/rust-wasm-book-ko) \ No newline at end of file +- [한국어](https://github.com/evasquare/rust-wasm-book-ko) \ No newline at end of file