Skip to content

Commit 8ca9a8f

Browse files
committed
Update references to splitrb/split repo
1 parent 2910058 commit 8ca9a8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Readme.mdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example of using split in a Rails 6.0 App
22

3-
This example app shows how easily you can integrate the a/b testing framework [Split](https://github.com/andrew/split) into your Rails based projects.
3+
This example app shows how easily you can integrate the a/b testing framework [Split](https://github.com/splitrb/split) into your Rails based projects.
44

55
## Note on Patches/Pull Requests
66

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<%= yield %>
99

1010
<div id="footer">
11-
<p>Powered by <a href="http://github.com/andrew/split">Split</a> v<%=Split::VERSION %></p>
11+
<p>Powered by <a href="http://github.com/splitrb/split">Split</a> v<%=Split::VERSION %></p>
1212
</div>
1313
</body>
1414
</html>

0 commit comments

Comments
 (0)