summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorNoel Peden <[email protected]>2019-09-30 22:44:53 -0700
committerGitHub <[email protected]>2019-09-30 22:44:53 -0700
commitc73b36d80f6a07862ead30a593f62b4797926110 (patch)
tree0425c4dfae7363cf69eae646d7d41d6ade2f82b3 /README.md
parentbffbc1ec543a869c792e7eb5b2ec7a26f925716f (diff)
downloadcaxlsx-c73b36d80f6a07862ead30a593f62b4797926110.tar.gz
caxlsx-c73b36d80f6a07862ead30a593f62b4797926110.zip
Fix github links / repo names [skip ci]
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f57506c9..114c2bed 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ appreciation for the gem, please don't hesitate to make a donation.
**IRC**:[irc.freenode.net / #axlsx](irc://irc.freenode.net/axlsx)
-**Git**:[http://github.com/caxlsx/axlsx](http://github.com/caxlsx/axlsx)
+**Git**:[http://github.com/caxlsx/caxlsx](http://github.com/caxlsx/caxlsx)
**Google Group**: [https://groups.google.com/forum/?fromgroups#!forum/axlsx](https://groups.google.com/forum/?fromgroups#!forum/axlsx)
@@ -38,9 +38,9 @@ appreciation for the gem, please don't hesitate to make a donation.
**Release Date**: September 12th 2013
If you are working in rails, or with active record see:
-[acts_as_xlsx](http://github.com/caxlsx/acts_as_xlsx)
+[acts_as_caxlsx](http://github.com/caxlsx/acts_as_caxlsx)
-acts_as_xlsx is a simple ActiveRecord mixin that lets you generate a workbook with:
+acts_as_caxlsx is a simple ActiveRecord mixin that lets you generate a workbook with:
```ruby
Posts.where(created_at > Time.now-30.days).to_xlsx
@@ -56,7 +56,7 @@ There are guides for using axlsx and acts_as_xlsx here:
If you are working with ActiveAdmin see:
-[activeadmin-axlsx](http://github.com/caxlsx/activeadmin-axlsx)
+[activeadmin-caxlsx](http://github.com/caxlsx/activeadmin-caxlsx)
It provides a plugin and dsl for generating downloadable reports.