Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: old repository references #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ linters-settings:
gofmt:
simplify: true
goimports:
local-prefixes: github.com/darkLord19/mattermost-plugin-google-drive
local-prefixes: github.com/mattermost-community/mattermost-plugin-google-drive
govet:
check-shadowing: true
enable-all: true
Expand Down
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Mattermost Google Drive Plugin
# Mattermost Google Drive Plugin

[![CircleCI branch](https://img.shields.io/circleci/project/github/mattermost/mattermost-plugin-google-drive/master.svg)](https://circleci.com/gh/mattermost/mattermost-plugin-google-drive)
[![Release](https://img.shields.io/github/v/release/mattermost/mattermost-plugin-google-drive)](https://github.com/mattermost/mattermost-plugin-google-drive/releases/latest)
[![Go Report Card](https://goreportcard.com/badge/github.com/mattermost/mattermost-plugin-google-drive)](https://goreportcard.com/report/github.com/mattermost/mattermost-plugin-google-drive)
[![HW](https://img.shields.io/github/issues/mattermost/mattermost-plugin-google-drive/Up%20For%20Grabs?color=dark%20green&label=Help%20Wanted)](https://github.com/mattermost/mattermost-plugin-google-drive/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22Up+For+Grabs%22+label%3A%22Help+Wanted%22)
[![Release](https://img.shields.io/github/v/release/mattermost/mattermost-plugin-google-drive)](https://github.com/mattermost-community/mattermost-plugin-google-drive/releases/latest)
[![Go Report Card](https://goreportcard.com/badge/github.com/mattermost-community/mattermost-plugin-google-drive)](https://goreportcard.com/report/github.com/mattermost-community/mattermost-plugin-google-drive)
[![HW](https://img.shields.io/github/issues/mattermost/mattermost-plugin-google-drive/Up%20For%20Grabs?color=dark%20green&label=Help%20Wanted)](https://github.com/mattermost-community/mattermost-plugin-google-drive/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22Up+For+Grabs%22+label%3A%22Help+Wanted%22)
[![Mattermost Community Channel](https://img.shields.io/badge/Mattermost%20Community-~Plugin%3A%20GoogleDrive-blue)](https://community.mattermost.com/core/channels/plugin-googledrive)

**Help Wanted Tickets [here](https://github.com/mattermost/mattermost-plugin-google-drive/issues)**
**Help Wanted Tickets [here](https://github.com/mattermost-community/mattermost-plugin-google-drive/issues)**

# Contents

Expand Down Expand Up @@ -69,13 +68,13 @@ After your System Admin has configured the Google Drive plugin, run `/google-dri

Wanting to share feedback on this plugin?

Feel free to create a [GitHub Issue](https://github.com/mattermost/mattermost-plugin-google-drive/issues) or join the [Google Drive Plugin channel](https://community.mattermost.com/core/channels/plugin-googledrive) on the Mattermost Community server to discuss.
Feel free to create a [GitHub Issue](https://github.com/mattermost-community/mattermost-plugin-google-drive/issues) or join the [Google Drive Plugin channel](https://community.mattermost.com/core/channels/plugin-googledrive) on the Mattermost Community server to discuss.

## Contribute

### I saw a bug, I have a feature request or a suggestion

Please fill a [GitHub issue](https://github.com/mattermost/mattermost-plugin-google-drive/issues/new/choose), it will be very useful!
Please fill a [GitHub issue](https://github.com/mattermost-community/mattermost-plugin-google-drive/issues/new/choose), it will be very useful!

### Development

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/darkLord19/mattermost-plugin-google-drive
module github.com/mattermost-community/mattermost-plugin-google-drive

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion server/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/darkLord19/mattermost-plugin-google-drive/server/plugin"
"github.com/mattermost-community/mattermost-plugin-google-drive/server/plugin"

mmplugin "github.com/mattermost/mattermost/server/public/plugin"
)
Expand Down
4 changes: 2 additions & 2 deletions server/plugin/flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func (fm *FlowManager) trackCompleteOauthWizard(userID string) {
}

func (fm *FlowManager) stepWelcome() flow.Step {
welcomePretext := ":wave: Welcome to your Google Drive integration! [Learn more](https://github.com/darkLord19/mattermost-plugin-google-drive#readme)"
welcomePretext := ":wave: Welcome to your Google Drive integration! [Learn more](https://github.com/mattermost-community/mattermost-plugin-google-drive#readme)"

welcomeText := `
Just a few configuration steps to go!
Expand Down Expand Up @@ -337,7 +337,7 @@ func (fm *FlowManager) trackStartAnnouncementWizard(userID string) {
func (fm *FlowManager) stepAnnouncementQuestion() flow.Step {
defaultMessage := "Hi team,\n" +
"\n" +
"We've set up the Mattermost Google Drive plugin to enable document creation, file uploads and file activity notifications in Mattermost. To get started, run the `/google-drive connect` slash command from any channel within Mattermost to connect your Google account. See the [documentation](https://github.com/darkLord19/mattermost-plugin-google-drive/) for details on using the Google Drive plugin."
"We've set up the Mattermost Google Drive plugin to enable document creation, file uploads and file activity notifications in Mattermost. To get started, run the `/google-drive connect` slash command from any channel within Mattermost to connect your Google account. See the [documentation](https://github.com/mattermost-community/mattermost-plugin-google-drive/) for details on using the Google Drive plugin."

return flow.NewStep(stepAnnouncementQuestion).
WithText("Want to let your team know?").
Expand Down