README.md in egonil-1.0.0 vs README.md in egonil-1.0.1
- old
+ new
@@ -1,6 +1,6 @@
-# Egocentric Nil [![[version]](https://badge.fury.io/rb/egonil.svg)](http://badge.fury.io/rb/egonil) [![[travis]](https://travis-ci.org/janlelis/egonil.png)](https://travis-ci.org/janlelis/egonil)
+# Egocentric Nil [![[version]](https://badge.fury.io/rb/egonil.svg)](http://badge.fury.io/rb/egonil) [![[ci]](https://github.com/janlelis/egonil/workflows/Test/badge.svg)](https://github.com/janlelis/egonil/actions?query=workflow%3ATest)
Creates a block, where `nil` does not raise `NoMethodError`s
```ruby
egonil do
@@ -10,11 +10,11 @@
## Further Information
- [The Hopelessly Egocentric Blog Post](https://github.com/raganwald-deprecated/homoiconic/blob/master/2009-02-02/hopeless_egocentricity.md)
-- [The 25 Bytes of Ruby Joy!](http://ruby.janlelis.de/26-the-28-bytes-of-ruby-joy)
+- [The 25 Bytes of Ruby Joy!](http://rbjl.janlelis.com/26-the-28-bytes-of-ruby-joy)
- [Safe navigation operator](https://bugs.ruby-lang.org/issues/11537)
- Null objects with [null_question](https://github.com/janlelis/null_question) and [exists](https://github.com/janlelis/exists) or [null_plus](https://github.com/janlelis/null_plus)
## Setup
@@ -26,6 +26,6 @@
```
## MIT License
-Copyright (C) 2010-2016 Jan Lelis <http://janlelis.com>. Released under the MIT license.
+Copyright (C) 2010-2016 Jan Lelis <https://janlelis.com>. Released under the MIT license.