Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
reverted to slack link and released 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosh Sergani committed Aug 27, 2017
1 parent 4cc2f8b commit 2060920
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# How to contribute & build *FastHub*

If you have a question in mind, feel free to come our public [Slack](http://rebrand.ly/fasthub-slack) channel.
If you have a question in mind, feel free to come our public [Slack](http://rebrand.ly/fasthub) channel.

### Optional

Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
- Make sure that you are always on the latest version.
- Search issue before submitting a new one.
Public Slack channel: https://rebrand.ly/fasthub-slack
Discord: https://discord.gg/V6afZWf
Public Slack channel: https://rebrand.ly/fasthub
#### How to submit Issue/Feature Request to *FastHub*
- Make sure the included template is filled ( using FastHub will fill them up automatically ).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/k0shk0sh/FastHub.svg?branch=master)](https://travis-ci.org/k0shk0sh/FastHub) [![Build status](https://ci.appveyor.com/api/projects/status/2yhxx7hu6hju24bk?svg=true)](https://ci.appveyor.com/project/k0shk0sh/fasthub)
[![Releases](https://img.shields.io/github/release/k0shk0sh/FastHub.svg)](https://github.com/k0shk0sh/FastHub/releases/latest) [![Discord](https://img.shields.io/badge/chat-discord-7289DA.svg)](https://discord.gg/V6afZWf)
[![Releases](https://img.shields.io/github/release/k0shk0sh/FastHub.svg)](https://github.com/k0shk0sh/FastHub/releases/latest) [![Slack](https://img.shields.io/badge/slack-join-e01563.svg)](http://rebrand.ly/fasthub)

![Logo](/.github/assets/feature_graphic.png?raw=true "Logo")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private void buildMisc(Context context, MaterialAboutCard.Builder miscCardBuilde
.addItem(new MaterialAboutActionItem.Builder()
.text(R.string.join_slack)
.icon(ContextCompat.getDrawable(context, R.drawable.ic_slack))
.setOnClickAction(() -> ActivityHelper.startCustomTab(this, "http://rebrand.ly/fasthub-slack"))
.setOnClickAction(() -> ActivityHelper.startCustomTab(this, "http://rebrand.ly/fasthub"))
.build())
.addItem(new MaterialAboutActionItem.Builder()
.text(R.string.open_source_libs)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public interface SlackDialogListener {
@OnClick({R.id.cancel, R.id.ok}) public void onViewClicked(View view) {
switch (view.getId()) {
case R.id.ok:
ActivityHelper.startCustomTab(getActivity(), "http://rebrand.ly/fasthub-slack");
ActivityHelper.startCustomTab(getActivity(), "http://rebrand.ly/fasthub");
break;
}
if (listener != null) listener.onDismissed();
Expand Down

0 comments on commit 2060920

Please sign in to comment.