Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

fix GitHub capitalization: change 'github' to 'GitHub' #6348

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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