Skip to content

Commit

Permalink
treewide: change links
Browse files Browse the repository at this point in the history
change github.com/Dank-del/Intellivoid.SpamProtection-go
to github.com/Intellivoid/Intellivoid.SpamProtection-go
  • Loading branch information
Dank-del committed Jun 12, 2021
1 parent 565dc3f commit ddcd6fb
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of Intellivoid.SpamProtection-go (https://github.com/Dank-del/Intellivoid.SpamProtection-go).
# This file is part of Intellivoid.SpamProtection-go (https://github.com/Intellivoid/Intellivoid.SpamProtection-go).
# Copyright (c) 2021 Sayan Biswas.
#
# This program is free software: you can redistribute it and/or modify
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
https://intellivoid.net/assets/media/TextLogo2.svg
-->

[![Go Reference](https://pkg.go.dev/badge/github.com/Dank-del/Intellivoid.SpamProtection-go.svg)](https://pkg.go.dev/github.com/Dank-del/Intellivoid.SpamProtection-go)
[![Go Reference](https://pkg.go.dev/badge/github.com/Intellivoid/Intellivoid.SpamProtection-go.svg)](https://pkg.go.dev/github.com/Intellivoid/Intellivoid.SpamProtection-go)

SpamProtection-Go is an Official [golang](https://go.dev) wrapper for [Intellivoid](https://intellivoid.net) SpamProtection API, which is fast, secure and requires no additional packages to be installed.

Expand Down Expand Up @@ -62,14 +62,14 @@ For better experience, we recommend you to use latest version of Go (v1.16), but
You can easily download the library with the standard `go get` command:

```bash
go get github.com/Dank-del/Intellivoid.SpamProtection-go
go get github.com/Intellivoid/Intellivoid.SpamProtection-go
```
or
```bash
dep ensure -add github.com/Dank-del/Intellivoid.SpamProtection-go
dep ensure -add github.com/Intellivoid/Intellivoid.SpamProtection-go
```

Full documentation of this library, can be found [here](https://pkg.go.dev/github.com/Dank-del/Intellivoid.SpamProtection-go).
Full documentation of this library, can be found [here](https://pkg.go.dev/github.com/Intellivoid/Intellivoid.SpamProtection-go).

<hr/>

Expand All @@ -80,7 +80,7 @@ The `spamProtection` package contains all helpers you need!
```go
package main

import "github.com/Dank-del/Intellivoid.SpamProtection-go/spamProtection"
import "github.com/Intellivoid/Intellivoid.SpamProtection-go/spamProtection"

func main() {
// get information of a user, channel or a group with a telegram id (int64)
Expand Down Expand Up @@ -109,7 +109,7 @@ func main() {
* Still don't know what's going on? Not sure about how API works? Be sure to read [Introduction](https://docs.intellivoid.net/spamprotection/introduction).
* Want to read original documentation? Want to see how we receive data from Servers? You can read [API documents](https://docs.intellivoid.net/spamprotection/v1/lookup) then!
* Want to guarantee your group security? Want to protect your groups from spammers? You can add our official [SpamProtection bot](https://t.me/SpamProtectionBot) with full features of our API!
* If you think you have found a bug or have a feature request, feel free to use our [issue tracker](https://github.com/Dank-del/Intellivoid.SpamProtection-go/issues). Before opening a new issue, please search to see if your problem has already been reported or not. Try to be as detailed as possible in your issue reports.
* If you think you have found a bug or have a feature request, feel free to use our [issue tracker](https://github.com/Intellivoid/Intellivoid.SpamProtection-go/issues). Before opening a new issue, please search to see if your problem has already been reported or not. Try to be as detailed as possible in your issue reports.
* If you need help using Intellivoid's APIs or have other questions we suggest you to join our [telegram community](https://t.me/IntellivoidCommunity). Please do not use the GitHub issue tracker for personal support requests.

<hr/>
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/Dank-del/Intellivoid.SpamProtection-go
module github.com/Intellivoid/Intellivoid.SpamProtection-go

go 1.15
4 changes: 2 additions & 2 deletions package_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of Intellivoid.SpamProtection-go (https://github.com/Dank-del/Intellivoid.SpamProtection-go).
* This file is part of Intellivoid.SpamProtection-go (https://github.com/Intellivoid/Intellivoid.SpamProtection-go).
* Copyright (c) 2021 Sayan Biswas.
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -21,7 +21,7 @@ import (
"log"
"testing"

"github.com/Dank-del/Intellivoid.SpamProtection-go/spamProtection"
"github.com/Intellivoid/Intellivoid.SpamProtection-go/spamProtection"
)

func TestAPI(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion spamProtection/constants.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of Intellivoid.SpamProtection-go (https://github.com/Dank-del/Intellivoid.SpamProtection-go).
* This file is part of Intellivoid.SpamProtection-go (https://github.com/Intellivoid/Intellivoid.SpamProtection-go).
* Copyright (c) 2021 Sayan Biswas.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion spamProtection/helpers.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of Intellivoid.SpamProtection-go (https://github.com/Dank-del/Intellivoid.SpamProtection-go).
* This file is part of Intellivoid.SpamProtection-go (https://github.com/Intellivoid/Intellivoid.SpamProtection-go).
* Copyright (c) 2021 Sayan Biswas.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion spamProtection/spamProtection.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of Intellivoid.SpamProtection-go (https://github.com/Dank-del/Intellivoid.SpamProtection-go).
* This file is part of Intellivoid.SpamProtection-go (https://github.com/Intellivoid/Intellivoid.SpamProtection-go).
* Copyright (c) 2021 Sayan Biswas.
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion spamProtection/types.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of Intellivoid.SpamProtection-go (https://github.com/Dank-del/Intellivoid.SpamProtection-go).
* This file is part of Intellivoid.SpamProtection-go (https://github.com/Intellivoid/Intellivoid.SpamProtection-go).
* Copyright (c) 2021 Sayan Biswas.
*
* This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit ddcd6fb

Please sign in to comment.