README.md in stellar-base-0.26.0 vs README.md in stellar-base-0.27.0
- old
+ new
@@ -20,21 +20,21 @@
Also requires libsodium. Installable via `brew install libsodium` on OS X.
## Supported Ruby Versions
-Please see [travis.yml](.travis.yml) for what versions of ruby are currently tested by our continuous integration system. Any ruby in that list is officially supported.
+Please see [CI Workflow](https://github.com/astroband/ruby-stellar-sdk/actions/workflows/ci.yml) for what versions of ruby are currently tested by our continuous integration system. Any ruby in that list is officially supported.
### JRuby
It seems as though jruby is particularly slow when it comes to BigDecimal math; the source behind this slowness has not been investigated, but it is something to be aware of.
## Usage
[Examples are here](examples)
-In addition to the code generated from the XDR definition files (see [ruby-xdr](https://github.com/stellar/ruby-xdr) for example usage), this library also provides some stellar specific features. Let's look at some of them.
+In addition to the code generated from the XDR definition files (see [ruby-xdr](https://github.com/astroband/ruby-xdr) for example usage), this library also provides some stellar specific features. Let's look at some of them.
We wrap rbnacl with `Stellar::KeyPair`, providing some stellar specific functionality as seen below:
```ruby
@@ -82,6 +82,6 @@
The current integration of user-written code with auto-generated classes is to put it nicely, weird. We intend to segregate the auto-generated code into its own namespace and refrain from monkey patching them. This will happen before 1.0, and hopefully will happen soon.
## Contributing
-Please [see CONTRIBUTING.md for details](CONTRIBUTING.md).
+Please [see CONTRIBUTING.md for details](../CONTRIBUTING.md).