Skip to content

Commit

Permalink
Fix links (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Jul 25, 2024
1 parent f992ff8 commit 6edcb51
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: jito-labs/jsm
slug: jito-foundation/restaking
fail_ci_if_error: true

test_sbf:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ codegen-units = 1
[workspace.package]
version = "0.0.1"
authors = ["Jito Network Maintainers <[email protected]>"]
repository = "https://github.com/jito-labs/jsm"
homepage = "https://jito.wtf/"
repository = "https://github.com/jito-foundation/restaking"
homepage = "https://jito.network/"
license = "BSL"
edition = "2021"
readme = "README.md"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Jito Staking Manager (JSM)

[![Build Status](https://github.com/jito-labs/jsm/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/jito-labs/jsm/actions)
[![Build Status](https://github.com/jito-foundation/restaking/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/jito-foundation/restaking/actions)
[![License](https://img.shields.io/badge/License-BSL%201.1-blue.svg)](https://mariadb.com/bsl11/)
[![codecov](https://codecov.io/gh/jito-labs/jsm/branch/master/graph/badge.svg?token=Q28COAGZ89)](https://codecov.io/gh/jito-labs/jsm)
[![codecov](https://codecov.io/gh/jito-foundation/restaking/branch/master/graph/badge.svg?token=Q28COAGZ89)](https://codecov.io/gh/jito-foundation/restaking)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)

Jito Staking Manager (JSM) is a next-generation restaking platform for Solana and SVM environments.
Jito Restaking is a next-generation restaking platform for Solana and SVM environments.

**This project is currently under development and is not yet ready for production use.
Expect breaking changes.**
Expand All @@ -29,8 +29,8 @@ Expect breaking changes.**
## Installation

```bash
$ git clone https://github.com/jito-labs/jsm.git
$ cd jsm
$ git clone https://github.com/jito-foundation/restaking.git
$ cd restaking
$ cargo-build-sbf
```

Expand Down
4 changes: 2 additions & 2 deletions restaking_program/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ security_txt! {
name: "Jito's Restaking Program",
project_url: "https://jito.wtf/",
contacts: "email:[email protected]",
policy: "https://github.com/jito-labs/jsm",
policy: "https://github.com/jito-foundation/restaking",
// Optional Fields
preferred_languages: "en",
source_code: "https://github.com/jito-labs/jsm"
source_code: "https://github.com/jito-foundation/restaking"
}

#[cfg(not(feature = "no-entrypoint"))]
Expand Down
4 changes: 2 additions & 2 deletions vault_program/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ security_txt! {
name: "Jito's Liquid Restaking Program",
project_url: "https://jito.wtf/",
contacts: "email:[email protected]",
policy: "https://github.com/jito-labs/jsm",
policy: "https://github.com/jito-foundation/restaking",
// Optional Fields
preferred_languages: "en",
source_code: "https://github.com/jito-labs/jsm"
source_code: "https://github.com/jito-foundation/restaking"
}

#[cfg(not(feature = "no-entrypoint"))]
Expand Down

0 comments on commit 6edcb51

Please sign in to comment.