Skip to content

Commit

Permalink
Domain name is hanamirb.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jan 18, 2016
1 parent fec34c7 commit 60d3bd1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion source/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hanami.io
hanamirb.org
6 changes: 3 additions & 3 deletions source/_footer.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<ul class="list-unstyled list-spaced">
<li><h6 class="text-uppercase">Community</h6></li>
<li><a href="/community#code-of-conduct">Code of Conduct</a></li>
<li><a href="http://chat.hanami.io" target="_blank">Chat</a></li>
<li><a href="https://discuss.hanami.io" target="_blank">Forum</a></li>
<li><a href="http://chat.hanamirb.org" target="_blank">Chat</a></li>
<li><a href="https://discuss.hanamirb.org" target="_blank">Forum</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/hanami" target="_blank">StackOverflow</a></li>
<li><a href="/mailing-list">Mailing List</a></li>
</ul>
Expand Down Expand Up @@ -48,6 +48,6 @@
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47369640-1', 'hanami.io');
ga('create', 'UA-47369640-1', 'hanamirb.org');
ga('send', 'pageview');
</script>
12 changes: 6 additions & 6 deletions source/atom.xml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Hanami</title>
<subtitle>Hanami web framework blog</subtitle>
<link href="http://hanami.io/atom.xml" rel="self"/>
<link href="http://hanami.io/blog"/>
<link href="http://hanamirb.org/atom.xml" rel="self"/>
<link href="http://hanamirb.org/blog"/>
<updated><%= blog.articles.first.date.to_time.iso8601 %></updated>
<id>http://hanami.io/blog</id>
<id>http://hanamirb.org/blog</id>
<author>
<name>Hanami</name>
<email>admin@hanami.io</email>
<email>admin@hanamirb.org</email>
</author>

<% articles(10).each do |article| %>
<entry>
<title><%= article_title(article) %></title>
<id>http://hanami.io<%= article.url %></id>
<link rel="alternate" href="http://hanami.io<%= article.url %>"/>
<id>http://hanamirb.ororg<%= article.url %></id>
<link rel="alternate" href="http://hanamirb.org<%= article.url %>"/>
<updated><%= article.date.to_time.iso8601 %></updated>
<author>
<name><%= article_author(article) %></name>
Expand Down
2 changes: 1 addition & 1 deletion source/community.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ when an individual is representing the project or its community.</p>


<h2>Support</h2>
<p>If you need support for Hanami, please don't hesitate to ask, we're really happy to help. We have a <a href="http://chat.hanami.io" target="_blank">chat</a>, a <a href="https://discuss.hanami.io" target="_blank">forum</a> and a <a href="http://stackoverflow.com/questions/tagged/hanami" target="_blank">StackOverflow tag</a>.</p>
<p>If you need support for Hanami, please don't hesitate to ask, we're really happy to help. We have a <a href="http://chat.hanamirb.org" target="_blank">chat</a>, a <a href="https://discuss.hanamirb.org" target="_blank">forum</a> and a <a href="http://stackoverflow.com/questions/tagged/hanami" target="_blank">StackOverflow tag</a>.</p>

<h2>Twitter</h2>
<p>We have an official account <a href="https://twitter.com/hanamirb" target="_blank">(@hanamirb)</a> and a hashtag: <a href="https://twitter.com/search?q=hanamirb" target="_blank">#hanamirb</a>.
Expand Down
2 changes: 1 addition & 1 deletion source/guides/upgrade-notes/v060.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ title: Hanami | Guides - Upgrade Notes for v0.6.0
end
```

**If you have any problem, don't hesitate to look for help in [chat](http://chat.hanami.io).**
**If you have any problem, don't hesitate to look for help in [chat](http://chat.hanamirb.org).**

0 comments on commit 60d3bd1

Please sign in to comment.