Skip to content

Commit

Permalink
Merge pull request #9 from op-rs/rf/op-rs-rename
Browse files Browse the repository at this point in the history
chore: op-rs rename
  • Loading branch information
refcell authored Jan 6, 2025
2 parents 15f9516 + 1b71559 commit ccfa0d4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ command = "mdbook-mermaid"
[output.html]
default-theme = "ferra"
preferred-dark-theme = "ferra"
git-repository-url = "https://github.com/anton-rs/newsletters"
edit-url-template = "https://github.com/anton-rs/newsletters/edit/main/{path}"
git-repository-url = "https://github.com/op-rs/newsletters"
edit-url-template = "https://github.com/op-rs/newsletters/edit/main/{path}"
additional-css = ["custom.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]
6 changes: 3 additions & 3 deletions src/09-27-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ at [OP Labs][op-labs].

## Updates

The implementation of the Holocene hardfork is in full-swing, and [@refcell] is well into Holocene in [`kona-derive`][kona-derive]! For a working document of the fork implementation progress, see https://github.com/anton-rs/kona/issues/556.
The implementation of the Holocene hardfork is in full-swing, and [@refcell] is well into Holocene in [`kona-derive`][kona-derive]! For a working document of the fork implementation progress, see https://github.com/op-rs/kona/issues/556.

Kona also received a docs refresh courtesy of [@clabby] over at [anton-rs.github.io/kona][kona-book]. We’d love some feedback, specifically on the SDK section!
Kona also received a docs refresh courtesy of [@clabby] over at [op-rs.github.io/kona][kona-book]. We’d love some feedback, specifically on the SDK section!

<img src="./assets/docs-refresh.png" width="80%">

Expand Down Expand Up @@ -81,7 +81,7 @@ We are also blocked on implementing action tests upstream in [`op-e2e`][op-e2e]
#### What’s Next

- `P0` - Complete Holocene work.
- [Tracker](https://github.com/anton-rs/kona/issues/556)
- [Tracker](https://github.com/op-rs/kona/issues/556)
- Action tests
- `P1` - Asterisc improvements
- [asterisc/issues/77](https://github.com/ethereum-optimism/asterisc/issues/77)
Expand Down
2 changes: 1 addition & 1 deletion src/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Before working with this repository locally, you'll need to install the followin

## Pull Request Process

1. Before anything, [create an issue](https://github.com/anton-rs/newsletters/issues/new) to discuss the change you're
1. Before anything, [create an issue](https://github.com/op-rs/newsletters/issues/new) to discuss the change you're
wanting to make, if it is significant or changes functionality. Feel free to skip this step for trivial changes.
1. Once your change is implemented, ensure that all checks are passing before creating a PR.
1. Once you have sign-off from a maintainer, you may merge your pull request yourself if you have permissions to do so.
Expand Down
4 changes: 2 additions & 2 deletions src/intro.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Alt Stack Team
# Alt Stack Team

_Newsletters for the Alt Stack Team._

<a href="https://github.com/anton-rs/newsletters"><img src="https://img.shields.io/badge/GitHub%20Repo-newsletters-green?logo=github"></a>
<a href="https://github.com/op-rs/newsletters"><img src="https://img.shields.io/badge/GitHub%20Repo-newsletters-green?logo=github"></a>

## Introduction

Expand Down
16 changes: 8 additions & 8 deletions src/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@

<!-- Newsletters -->

[newsletters]: https://anton-rs.github.io/newsletters
[newsletters-source]: https://github.com/anton-rs/newsletters
[issues]: https://github.com/anton-rs/newsletters/issues
[new-issue]: https://github.com/anton-rs/newsletters/issues/new
[contributing]: https://github.com/anton-rs/newsletters/tree/main/CONTRIBUTING.md
[newsletters]: https://op-rs.github.io/newsletters
[newsletters-source]: https://github.com/op-rs/newsletters
[issues]: https://github.com/op-rs/newsletters/issues
[new-issue]: https://github.com/op-rs/newsletters/issues/new
[contributing]: https://github.com/op-rs/newsletters/tree/main/CONTRIBUTING.md

<!-- Kona -->

[kona]: https://github.com/anton-rs/kona
[kona-derive]: https://github.com/anton-rs/kona/tree/main/crates/derive
[kona-book]: https://anton-rs.github.io/kona
[kona]: https://github.com/op-rs/kona
[kona-derive]: https://github.com/op-rs/kona/tree/main/crates/derive
[kona-book]: https://op-rs.github.io/kona

<!-- People -->

Expand Down

0 comments on commit ccfa0d4

Please sign in to comment.