Skip to content

Commit

Permalink
doc: update domain to trippy.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Dec 17, 2024
1 parent ee6c6d8 commit 69ca415
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

2 changes: 1 addition & 1 deletion crates/trippy-core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Trippy - A network tracing library.
//!
//! This crate provides the core network tracing facility used by the
//! standalone [Trippy](https://trippy.cli.rs) application.
//! standalone [Trippy](https://trippy.rs) application.
//!
//! Note: the public API is not stable and is highly likely to change
//! in the future.
Expand Down
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import starlight from '@astrojs/starlight';

// https://astro.build/config
export default defineConfig({
site: 'https://trippy.cli.rs',
site: 'https://trippy.rs',
integrations: [
starlight({
title: 'Trippy',
Expand Down
2 changes: 1 addition & 1 deletion docs/public/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
trippy.cli.rs
trippy.rs
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ contact: mailto:[email protected]
issues: https://github.com/fujiapple852/trippy/issues
license: Apache-2.0
source-code: https://github.com/fujiapple852/trippy
website: https://trippy.cli.rs
website: https://trippy.rs
base: core18
confinement: strict
parts:
Expand Down

0 comments on commit 69ca415

Please sign in to comment.