Skip to content

Commit

Permalink
fix GitHub capitalization: change 'github' to 'GitHub' (#6348)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrensj committed Mar 7, 2024
1 parent dbf6092 commit 654f64f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/src/account-compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The crux of this is the concurrent merkle tree and we shall learn about it in th
## Source

The Account Compression Program's source is available on
[github](https://github.com/solana-labs/solana-program-library).
[GitHub](https://github.com/solana-labs/solana-program-library).


## Interface
Expand Down
2 changes: 1 addition & 1 deletion docs/src/associated-token-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ document are available at:
## Source

The Associated Token Account Program's source is available on
[github](https://github.com/solana-labs/solana-program-library).
[GitHub](https://github.com/solana-labs/solana-program-library).


## Interface
Expand Down
2 changes: 1 addition & 1 deletion docs/src/feature-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ when appropriate.

## Source
The Feature Proposal Program's source is available on
[github](https://github.com/solana-labs/solana-program-library)
[GitHub](https://github.com/solana-labs/solana-program-library)

## Interface
The Feature Proposal Program is written in Rust and available on [crates.io](https://crates.io/crates/spl-feature-proposal) and [docs.rs](https://docs.rs/spl-feature-proposal).
Expand Down
2 changes: 1 addition & 1 deletion docs/src/memo.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ document are available at:
## Source

The Memo Program's source is available on
[github](https://github.com/solana-labs/solana-program-library)
[GitHub](https://github.com/solana-labs/solana-program-library)

## Interface

Expand Down
2 changes: 1 addition & 1 deletion docs/src/shared-memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ document are available at:
## Source

The Shared memory Program's source is available on
[github](https://github.com/solana-labs/solana-program-library)
[GitHub](https://github.com/solana-labs/solana-program-library)

## Interface

Expand Down
2 changes: 1 addition & 1 deletion docs/src/token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ document are available at:
## Source

The Token Program's source is available on
[github](https://github.com/solana-labs/solana-program-library)
[GitHub](https://github.com/solana-labs/solana-program-library)

## Interface

Expand Down

0 comments on commit 654f64f

Please sign in to comment.