Skip to content

Commit

Permalink
Merge pull request #12 from ethereum-optimism/cl/rebrand
Browse files Browse the repository at this point in the history
♻ Update links
  • Loading branch information
refcell authored Dec 21, 2023
2 parents 07f642b + 8c82687 commit ffc8f52
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ version = "0.0.1"
edition = "2021"
license = "MIT"
authors = ["clabby"]
repository = "https://github.com/anton-rs/kona"
homepage = "https://github.com/anton-rs/kona"
repository = "https://github.com/ethereum-optimism/kona"
homepage = "https://github.com/ethereum-optimism/kona"
exclude = ["**/target", "benches/", "tests"]

[workspace.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</h4>

<p align="center">
<a href="https://github.com/anton-rs/kona/actions/workflows/ci.yaml">
<img src="https://github.com/anton-rs/kona/actions/workflows/ci.yaml/badge.svg?label=ci" alt="CI">
<a href="https://github.com/ethereum-optimism/kona/actions/workflows/ci.yaml">
<img src="https://github.com/ethereum-optimism/kona/actions/workflows/ci.yaml/badge.svg?label=ci" alt="CI">
</a>
<img src="https://img.shields.io/badge/License-MIT-green.svg?label=license" alt="License">
<a href="https://anton-rs.github.io/kona">
<a href="https://ethereum-optimism.github.io/kona">
<img src="https://img.shields.io/badge/Contributor%20Book-grey?logo=mdBook" alt="Book">
</a>
<a href="https://github.com/ethereum-optimism/monorepo"><img src="https://img.shields.io/badge/OP%20Stack-monorepo-red" alt="OP Stack"></a>
Expand Down Expand Up @@ -59,7 +59,7 @@ The [book][book] contains a more in-depth overview of the project, contributor g
[asterisc]: https://github.com/protolambda/asterisc
[fpp-specs]: https://github.com/ethereum-optimism/optimism/blob/develop/specs/fault-proof.md#fault-proof-program

[book]: https://anton-rs.github.io/kona/
[book]: https://ethereum-optimism.github.io/kona/

[op-labs]: https://github.com/ethereum-optimism
[bad-boi-labs]: https://github.com/BadBoiLabs
Expand Down
2 changes: 1 addition & 1 deletion book/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `kona-book`

This repository contains the source code for the Kona book, which is available at [anton-rs.github.io/kona](https://anton-rs.github.io/kona/).
This repository contains the source code for the Kona book, which is available at [ethereum-optimism.github.io/kona](https://ethereum-optimism.github.io/kona/).

## Contributing

Expand Down
10 changes: 5 additions & 5 deletions book/src/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
[cannon-specs]: https://github.com/ethereum-optimism/optimism/blob/develop/specs/cannon-fault-proof-vm.md

<!-- Kona links -->
[kona]: https://github.com/anton-rs/kona
[book]: https://anton-rs.github.io/kona/
[issues]: https://github.com/anton-rs/kona/issues
[new-issue]: https://github.com/anton-rs/kona/issues/new
[contributing]: https://github.com/anton-rs/kona/tree/main/CONTRIBUTING.md
[kona]: https://github.com/ethereum-optimism/kona
[book]: https://ethereum-optimism.github.io/kona/
[issues]: https://github.com/ethereum-optimism/kona/issues
[new-issue]: https://github.com/ethereum-optimism/kona/issues/new
[contributing]: https://github.com/ethereum-optimism/kona/tree/main/CONTRIBUTING.md

<!-- People -->
[op-labs]: https://github.com/ethereum-optimism
Expand Down

0 comments on commit ffc8f52

Please sign in to comment.