Skip to content

Commit

Permalink
fix(urls): update randomness url
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jul 29, 2024
1 parent 2a3da6b commit 93fbe79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ export const URLS: Record<string, string> = {
reference:
'https://docs.witnet.io/smart-contracts/witnet-data-feeds/api-reference',
supported_chains: 'https://docs.witnet.io/smart-contracts/supported-chains',
randomness: 'https://docs.witnet.io/smart-contracts/witnet-randomness-oracle',
randomness:
'https://docs.witnet.io/smart-contracts/witnet-randomness-oracle/generating-randomness',
}

export const languageLocales: LanguageDictionary = {
Expand Down

0 comments on commit 93fbe79

Please sign in to comment.