Skip to content

Commit 045ca0e

Browse files
author
Carsten Seeger
committed
changed links due to repo transfer
1 parent f9e2097 commit 045ca0e

11 files changed

+28
-28
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ the requirements below.
44
55
Bug fixes and new features should include unit tests.
66
7-
Contributors guide: https://github.com/cseeger-epages/confluence-go-api/blob/master/CONTRIBUTING.md
7+
Contributors guide: https://github.com/virtomize/confluence-go-api/blob/master/CONTRIBUTING.md
88
-->
99

1010
##### Checklist

Diff for: CONTRIBUTING.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
- [Pull Requests](#pull-requests)
66
- [Reviewing](#reviewing)
77

8-
## [Code of Conduct](https://github.com/cseeger-epages/confluence-go-api/blob/master/CODE_OF_CONDUCT.md)
8+
## [Code of Conduct](https://github.com/virtomize/confluence-go-api/blob/master/CODE_OF_CONDUCT.md)
99

10-
The Mail2Most project follows the [Contributor Covenant Code of Conduct](https://github.com/cseeger-epages/confluence-go-api/blob/master/CODE_OF_CONDUCT.md)
10+
The Mail2Most project follows the [Contributor Covenant Code of Conduct](https://github.com/virtomize/confluence-go-api/blob/master/CODE_OF_CONDUCT.md)
1111

1212
## Issues
1313

1414
### How to Contribute in Issues
1515

1616
You can contribute:
1717

18-
- By opening an issue for discussion: For example, if you found a bug, creating a bug report using the [template](https://github.com/cseeger-epages/confluence-go-api/blob/master/.github/ISSUE_TEMPLATE/bug_report.md) is the way to report it.
18+
- By opening an issue for discussion: For example, if you found a bug, creating a bug report using the [template](https://github.com/virtomize/confluence-go-api/blob/master/.github/ISSUE_TEMPLATE/bug_report.md) is the way to report it.
1919
- By providing supporting details to an existing issue: For example, additional testcases.
20-
- By helping to resolve an issue: For example by opening a [Pull Request](https://github.com/cseeger-epages/confluence-go-api/pulls)
20+
- By helping to resolve an issue: For example by opening a [Pull Request](https://github.com/virtomize/confluence-go-api/pulls)
2121

2222
### Asking for Help
2323

24-
Just open a [regular issue](https://github.com/cseeger-epages/confluence-go-api/issues/new) and describe your problem.
24+
Just open a [regular issue](https://github.com/virtomize/confluence-go-api/issues/new) and describe your problem.
2525

2626
## Pull Requests
2727

@@ -31,12 +31,12 @@ This project uses [Mage](https://magefile.org/) which is a replacement for the c
3131

3232
### 1. Fork
3333

34-
Fork the project [on Github](https://github.com/cseeger-epages/confluence-go-api/) and clone your fork
34+
Fork the project [on Github](https://github.com/virtomize/confluence-go-api/) and clone your fork
3535

3636
```
3737
$ git clone [email protected]:username/confluence-go-api.git
3838
$ cd confluence-go-api
39-
$ git remote add upstream https://github.com/cseeger-epages/confluence-go-api.git
39+
$ git remote add upstream https://github.com/virtomize/confluence-go-api.git
4040
$ git feth upstream
4141
```
4242

@@ -103,7 +103,7 @@ This ensures that your working branch has the latest changes from master.
103103

104104
### 6. Push
105105

106-
If your commits are ready to go and passed all tests and linting, you can start creating a [Pull Requests](https://github.com/cseeger-epages/confluence-go-api/pulls) by pushing your work branch to your fork on GitHub.
106+
If your commits are ready to go and passed all tests and linting, you can start creating a [Pull Requests](https://github.com/virtomize/confluence-go-api/pulls) by pushing your work branch to your fork on GitHub.
107107

108108
```
109109
$ git push origin example-branch
@@ -120,7 +120,7 @@ the requirements below.
120120
121121
Bug fixes and new features should include unit tests.
122122
123-
Contributors guide: https://github.com/cseeger-epages/confluence-go-api/blob/master/CONTRIBUTING.md
123+
Contributors guide: https://github.com/virtomize/confluence-go-api/blob/master/CONTRIBUTING.md
124124
-->
125125
126126
##### Checklist
@@ -167,7 +167,7 @@ If there are reasons why you feel the PR should not be accepted, explain what th
167167
Be open to having your mind changed.
168168
Be open to working with the contributor to make the Pull Request better.
169169

170-
Also follow the [Code of Conduct](https://github.com/cseeger-epages/confluence-go-api/blob/master/CODE_OF_CONDUCT.md)
170+
Also follow the [Code of Conduct](https://github.com/virtomize/confluence-go-api/blob/master/CODE_OF_CONDUCT.md)
171171

172172
When reviewing a Pull Request, the primary goals are for the codebase to improve and for the person submitting the request to succeed.
173173
Even if a Pull Request is not accepted, the submitters should come away from the experience feeling like their effort was not wasted or unappreciated.

Diff for: README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# confluence-go-api
22

33
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VBXHBYFU44T5W&source=url)
4-
[![GoDoc](https://img.shields.io/badge/godoc-reference-green.svg)](https://godoc.org/github.com/cseeger-epages/confluence-go-api)
5-
[![Go Report Card](https://goreportcard.com/badge/github.com/cseeger-epages/confluence-go-api)](https://goreportcard.com/report/github.com/cseeger-epages/confluence-go-api)
6-
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/cseeger-epages/confluence-go-api/blob/master/LICENSE)
7-
[![Build Status](https://travis-ci.org/cseeger-epages/confluence-go-api.svg?branch=master)](https://travis-ci.org/cseeger-epages/confluence-go-api)
4+
[![GoDoc](https://img.shields.io/badge/godoc-reference-green.svg)](https://godoc.org/github.com/virtomize/confluence-go-api)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/virtomize/confluence-go-api)](https://goreportcard.com/report/github.com/virtomize/confluence-go-api)
6+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/virtomize/confluence-go-api/blob/master/LICENSE)
7+
[![Build Status](https://travis-ci.org/virtomize/confluence-go-api.svg?branch=master)](https://travis-ci.org/virtomize/confluence-go-api)
88
[![Built with Mage](https://magefile.org/badge.svg)](https://magefile.org)
99

1010

@@ -25,7 +25,7 @@ If you miss some feature implementation, feel free to open an issue or send pull
2525
If you already installed GO on your system and configured it properly than its simply:
2626

2727
```
28-
go get github.com/cseeger-epages/confluence-go-api
28+
go get github.com/virtomize/confluence-go-api
2929
```
3030

3131
If not follow [these instructions](https://nats.io/documentation/tutorials/go-install/).
@@ -41,7 +41,7 @@ import (
4141
"fmt"
4242
"log"
4343
44-
"github.com/cseeger-epages/confluence-go-api"
44+
"github.com/virtomize/confluence-go-api"
4545
)
4646
4747
func main() {
@@ -63,16 +63,16 @@ func main() {
6363

6464
### Advanced examples
6565

66-
see [examples](https://github.com/cseeger-epages/confluence-go-api/tree/master/examples) for some more usage examples
66+
see [examples](https://github.com/virtomize/confluence-go-api/tree/master/examples) for some more usage examples
6767

6868
## Code Documentation
6969

70-
You find the full [code documentation here](https://godoc.org/github.com/cseeger-epages/confluence-go-api).
70+
You find the full [code documentation here](https://godoc.org/github.com/virtomize/confluence-go-api).
7171

7272
The Confluence API documentation [can be found here](https://docs.atlassian.com/ConfluenceServer/rest/6.9.1/).
7373

7474
## Contribution
7575

7676
Thank you for participating to this project.
77-
Please see our [Contribution Guidlines](https://github.com/cseeger-epages/confluence-go-api/blob/master/CONTRIBUTING.md) for more information.
77+
Please see our [Contribution Guidlines](https://github.com/virtomize/confluence-go-api/blob/master/CONTRIBUTING.md) for more information.
7878

Diff for: doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ supported features:
2727
- get, add, delete labels
2828
- search using CQL
2929
30-
see https://github.com/cseeger-epages/confluence-go-api/tree/master/examples for more information and usage examples
30+
see https://github.com/virtomize/confluence-go-api/tree/master/examples for more information and usage examples
3131
3232
*/
3333
package goconfluence

Diff for: examples/attributes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"log"
66

7-
"github.com/cseeger-epages/confluence-go-api"
7+
"github.com/virtomize/confluence-go-api"
88
)
99

1010
func main() {

Diff for: examples/content.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"log"
66

7-
"github.com/cseeger-epages/confluence-go-api"
7+
"github.com/virtomize/confluence-go-api"
88
)
99

1010
func main() {

Diff for: examples/labels.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"log"
66

7-
"github.com/cseeger-epages/confluence-go-api"
7+
"github.com/virtomize/confluence-go-api"
88
)
99

1010
func main() {

Diff for: examples/search.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"log"
66

7-
"github.com/cseeger-epages/confluence-go-api"
7+
"github.com/virtomize/confluence-go-api"
88
)
99

1010
func main() {

Diff for: examples/space.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"log"
66

7-
"github.com/cseeger-epages/confluence-go-api"
7+
"github.com/virtomize/confluence-go-api"
88
)
99

1010
func main() {

Diff for: examples/user.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"log"
66

7-
"github.com/cseeger-epages/confluence-go-api"
7+
"github.com/virtomize/confluence-go-api"
88
)
99

1010
func main() {

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/cseeger-epages/confluence-go-api
1+
module github.com/virtomize/confluence-go-api
22

33
go 1.13
44

0 commit comments

Comments
 (0)