diff options
| author | Stephen Wade <stephen@stephenwade.me> | 2022-07-24 13:32:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-24 13:32:55 -0400 |
| commit | 1d0413cebfbd247d78ec728d283a6b79f1219098 (patch) | |
| tree | 9411b383c550d2cd2b8f8ef1df0d4db1240af790 /lib/cfcache/examples | |
| parent | e9733ce6844894f4f1f30948611a57a02c6766ec (diff) | |
| download | xesite-1d0413cebfbd247d78ec728d283a6b79f1219098.tar.xz xesite-1d0413cebfbd247d78ec728d283a6b79f1219098.zip | |
Domain move - change links to match (#518)
* Replace cdn.christine.website with cdn.xeiaso.net
* Replace me@christine.website with me@xeiaso.net
* Replace christine.website with xeiaso.net
* Replace christine dot website with xeiaso dot net
* Replace Christine Dodrill with Xe Iaso
* Update blog/fun-with-redirection-2021-09-22.markdown
* Update blog/ircd-k8s-2019-12-21.markdown
* Update blog/reconlangmo-6-lexicon-2020-05-22.markdown
Co-authored-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'lib/cfcache/examples')
| -rw-r--r-- | lib/cfcache/examples/purge.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cfcache/examples/purge.rs b/lib/cfcache/examples/purge.rs index 22c81a4..43e269f 100644 --- a/lib/cfcache/examples/purge.rs +++ b/lib/cfcache/examples/purge.rs @@ -8,7 +8,7 @@ async fn main() -> Result<()> { let zone_id = std::env::var("CF_ZONE_ID")?; let cli = cfcache::Client::new(key, zone_id)?; - cli.purge(vec!["https://christine.website/.within/health".to_string()]) + cli.purge(vec!["https://xeiaso.net/.within/health".to_string()]) .await?; Ok(()) |
