Skip to content

Commit a48718c

Browse files
committed
Change author name
1 parent 8b67447 commit a48718c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 pixelbracket
3+
Copyright (c) 2024 evasquare
44
Copyright (c) 2018 Aaron Turon (Original Book Author)
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<strong>이 간결한 책은 Rust와 WebAssembly를 함께 사용하는 방법을 다룹니다. 튜토리얼과 알찬 연습 예제들로 구성돼 있습니다.</strong>
66

77
<h3>
8-
<a href="https://pixelbracket.github.io/rust-wasm-book-ko/">책 읽기 (한국어)</a>
8+
<a href="https://evasquare.github.io/rust-wasm-book-ko/">책 읽기 (한국어)</a>
99
<span> | </span>
1010
<a href="https://rustwasm.github.io/docs/book/">책 읽기 (영어)</a>
1111
<span> | </span>

src/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Rust 🦀 and WebAssembly 🕸
22
이 간결한 책은 [Rust][][WebAssembly][]를 함께 사용하는 방법을 다룹니다.
33

4-
> 번역된 버전에 이슈나 풀 리퀘스트를 생성하고자 하시나요? [번역 버전의 레포지토리](https://github.com/pixelbracket/rust-wasm-book-ko)를 확인해 주세요.
4+
> 번역된 버전에 이슈나 풀 리퀘스트를 생성하고자 하시나요? [번역 버전의 레포지토리](https://github.com/evasquare/rust-wasm-book-ko)를 확인해 주세요.
55
66
## 누구를 위한 책인가요?
77
이 책은 Rust와 WebAssembly를 함께 사용하여 웹에서 동작하는 빠르고 안정된 코드를 작성하는 방법에 대해 관심이 있는 분들을 위해 작성되었습니다.

src/reference/translations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
이 책을 다른 언어로 번역하는 데에 관심이 있다면 [메인 레포지토리](https://github.com/rustwasm/book)를 포크하고 풀 리퀘스트를 생성해보세요.
44

5-
- [한국어](https://github.com/pixelbracket/rust-wasm-book-ko)
5+
- [한국어](https://github.com/evasquare/rust-wasm-book-ko)

0 commit comments

Comments
 (0)