Skip to content

Commit

Permalink
update avalanche-cli headers (#1908)
Browse files Browse the repository at this point in the history
* update headers

* fix links

* update headings

* add moralis to linkChecker whitelist

* bump mdx file to refresh link check test
  • Loading branch information
owenwahlgren authored Oct 10, 2024
1 parent 10b1b65 commit 78b579b
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/linkChecker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { sync as globSync } from 'glob';

const baseUrl = 'http://localhost:3000'; // base url of the website

const whitelist = ["crates.io", "softwaretestinghelp.com", "coinbase.com", "assets.website-files.com"] // some websites return 404 for head requests, so we need to whitelist them, (fix: pass header -H 'Accept: text/html' and parse text/html)
const whitelist = ["crates.io", "softwaretestinghelp.com", "coinbase.com", "assets.website-files.com", "moralis.io"] // some websites return 404 for head requests, so we need to whitelist them, (fix: pass header -H 'Accept: text/html' and parse text/html)
// see https://github.com/rust-lang/crates.io/issues/788

interface LinkCheckResult {
Expand Down
Loading

0 comments on commit 78b579b

Please sign in to comment.