diff --git a/README.md b/README.md index 7d27431..326ae53 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ U2F is an open 2-factor authentication standard that enables keychain devices, m ## Working example application -Check out the [example](https://github.com/castle/ruby-u2f/tree/API_v1_1/example) directory for a fully working Padrino server demonstrating U2F. +Check out the [example](https://github.com/castle/ruby-u2f/tree/master/example) directory for a fully working Padrino server demonstrating U2F. There is another demo application available using the [Cuba](https://github.com/soveran/cuba) framework: [cuba-u2f-demo](https://github.com/badboy/cuba-u2f-demo) and a [blog post explaining the protocol and the implementation](http://fnordig.de/2015/03/06/u2f-demo-application/).