about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index c2a62ec..2f14528 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ The splice family of Linux system calls can transfer data between file
 descriptors without the need to copy data into userspace.  Instead of a
 userspace buffer, they rely on an ordinary Unix pipe as a kernel-level
 buffer.  The `splice' and `tee' syscalls are also provided by the
-{sleepy_penguin}[https://bogomips.org/sleepy_penguin/] library.
+{sleepy_penguin}[https://yhbt.net/sleepy_penguin/] library.
 "io_splice" remains maintained for old applications or users
 experimenting with the vmsplice syscalls
 
@@ -24,7 +24,7 @@ experimenting with the vmsplice syscalls
   when combined with the IO::Splice::F_NONBLOCK flag.
 
 * Fully-documented library API and
-  {examples}[https://bogomips.org/ruby_io_splice/examples/]
+  {examples}[https://yhbt.net/ruby_io_splice/examples/]
 
 * Adds helpful IO#pipe_size and IO#pipe_size= accessor methods for
   resizing the pipe buffer in Linux 2.6.35 or later.
@@ -46,7 +46,7 @@ If you use RubyGems:
 
 Otherwise grab the latest tarball from:
 
-https://bogomips.org/ruby_io_splice/files/
+https://yhbt.net/ruby_io_splice/files/
 
 Unpack it, and run "ruby setup.rb"
 
@@ -69,13 +69,13 @@ standardized and available in non-Linux kernels some day.
 
 You can get the latest source via git from the following locations:
 
-  https://bogomips.org/ruby_io_splice.git
+  https://yhbt.net/ruby_io_splice.git
   https://repo.or.cz/w/ruby_io_splice.git (mirror)
 
 You may browse the code from the web and download the latest snapshot
 tarballs here:
 
-* https://bogomips.org/ruby_io_splice.git
+* https://yhbt.net/ruby_io_splice.git
 * https://repo.or.cz/w/ruby_io_splice.git (gitweb)
 
 Inline patches (from "git format-patch") to the mailing list are
@@ -90,7 +90,7 @@ don't email the git mailing list or maintainer with io_splice patches.
 == Contact
 
 All feedback (bug reports, user/development discussion, patches, pull
-requests) go to the mailing list: mailto:ruby-io-splice@bogomips.org
+requests) go to the mailing list: mailto:ruby-io-splice@yhbt.net
 
 Send patches (from "git format-patch") with "git send-email" and do not
 send HTML email or attachments.  We are very responsive to email and you
@@ -98,9 +98,9 @@ will usually get a response within 24-72 hours.
 
 == Mailing List Archives
 
-* https://bogomips.org/ruby-io-splice/
+* https://yhbt.net/ruby-io-splice/
 * nntp://news.public-inbox.org/inbox.comp.lang.ruby.io-splice
 * nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.io-splice
 
 Anybody may post without a subscription, but HTML mail will
-be rejected: mailto:ruby-io-splice@bogomips.org
+be rejected: mailto:ruby-io-splice@yhbt.net