We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa368d commit f8f172cCopy full SHA for f8f172c
program/src/entrypoint.rs
@@ -21,9 +21,9 @@ security_txt! {
21
name: "SPL Record",
22
project_url: "https://solana-program.com/record",
23
contacts: "link:https://github.com/solana-program/record/security/advisories/new,mailto:[email protected],discord:https://solana.com/discord",
24
- policy: "https://github.com/solana-program/record/blob/master/SECURITY.md",
+ policy: "https://github.com/solana-program/record/blob/main/SECURITY.md",
25
26
// Optional Fields
27
preferred_languages: "en",
28
- source_code: "https://github.com/solana-program/record/tree/master/program"
+ source_code: "https://github.com/solana-program/record/tree/main/program"
29
}
0 commit comments