Skip to content

Commit

Permalink
Use new links
Browse files Browse the repository at this point in the history
  • Loading branch information
stp-ip committed Jan 23, 2020
1 parent 862d786 commit 8a2134d
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 30 deletions.
10 changes: 5 additions & 5 deletions .seed-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ docs:
development: |
Install reposeed and change your directory to reposeed's source code directory.
```
go get -u go.okkur.org/reposeed
cd $GOPATH/src/go.okkur.org/reposeed
git clone github.com/okkur/reposeed
cd reposeed
```
Install **packr**.
Install **packr** and build reposeed via:
```
make packr
```
In case you made any changes on templates, run ```make``` to bundle templates into the generated binary.
emails:
commercialSupport: "support@okkur.org"
security: "security@okkur.org"
Expand All @@ -91,7 +91,7 @@ badges:
- image: "https://img.shields.io/badge/state-beta-blue.svg"
alt: "state"
- image: "https://img.shields.io/github/release/okkur/reposeed.svg"
link: "https://reposeed.okkur.org/releases"
link: "https://reposeed.okkur.org/releases/"
alt: "release"
- image: "https://img.shields.io/github/license/okkur/reposeed.svg"
link: "LICENSE"
Expand Down
38 changes: 19 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
# v0.5.0
_2018_
- [Downloads for v0.5.0](https://github.com/okkur/reposeed/releases/tag/v0.5.0)
- [Downloads for v0.5.0](https://reposeed.okkur.org/releases/v0.5.0)
- [Changelog since v0.4.0](#changes-since-v040)
- [Documentation for v0.5.0](#documentation-for-v050)
Expand All @@ -18,12 +18,12 @@ _2018_

# v0.4.5
_2020-01-23_
- [Downloads for v0.4.5](https://github.com/okkur/reposeed/releases/tag/v0.4.5)
- [Downloads for v0.4.5](https://reposeed.okkur.org/releases/v0.4.5)
- [Changelog since v0.4.4](#changes-since-v044)
- [Documentation for v0.4.5](#documentation-for-v045)

## Documentation for v0.4.5
[Documentation](/docs)
[Documentation](https://reposeed.okkur.org/docs)

## Changes since v0.4.4
- Make license choice explicit
Expand All @@ -37,12 +37,12 @@ _2020-01-23_

# v0.4.4
_2019-10-16_
- [Downloads for v0.4.4](https://github.com/okkur/reposeed/releases/tag/v0.4.4)
- [Downloads for v0.4.4](https://reposeed.okkur.org/releases/v0.4.4)
- [Changelog since v0.4.3](#changes-since-v043)
- [Documentation for v0.4.4](#documentation-for-v044)

## Documentation for v0.4.4
[Documentation](/docs)
[Documentation](https://reposeed.okkur.org/docs)

## Changes since v0.4.3

Expand All @@ -53,12 +53,12 @@ _2019-10-16_

# v0.4.3
_2019-10-16_
- [Downloads for v0.4.3](https://github.com/okkur/reposeed/releases/tag/v0.4.3)
- [Downloads for v0.4.3](https://reposeed.okkur.org/releases/v0.4.3)
- [Changelog since v0.4.2](#changes-since-v042)
- [Documentation for v0.4.3](#documentation-for-v043)

## Documentation for v0.4.3
[Documentation](/docs)
[Documentation](https://reposeed.okkur.org/docs)

## Changes since v0.4.2
- Docs license choice considered for header example
Expand All @@ -73,12 +73,12 @@ _2019-10-16_

# v0.4.2
_2019-09-06_
- [Downloads for v0.4.2](https://github.com/okkur/reposeed/releases/tag/v0.4.2)
- [Downloads for v0.4.2](https://reposeed.okkur.org/releases/v0.4.2)
- [Changelog since v0.4.1](#changes-since-v041)
- [Documentation for v0.4.2](#documentation-for-v042)

## Documentation for v0.4.2
[Documentation](/docs)
[Documentation](https://reposeed.okkur.org/docs)

## Changes since v0.4.1
- Use vanity url
Expand All @@ -89,12 +89,12 @@ _2019-09-06_

# v0.4.1
_2019-05-07_
- [Downloads for v0.4.1](https://github.com/okkur/reposeed/releases/tag/v0.4.1)
- [Downloads for v0.4.1](https://reposeed.okkur.org/releases/v0.4.1)
- [Changelog since v0.4.0](#changes-since-v040)
- [Documentation for v0.4.1](#documentation-for-v041)

## Documentation for v0.4.1
[Documentation](/docs)
[Documentation](https://reposeed.okkur.org/docs)

## Changes since v0.4.0
- Add BSD-3 license
Expand All @@ -109,12 +109,12 @@ _2019-05-07_

# v0.4.0
_2018-04-06_
- [Downloads for v0.4.0](https://github.com/okkur/reposeed/releases/tag/v0.4.0)
- [Downloads for v0.4.0](https://reposeed.okkur.org/releases/v0.4.0)
- [Changelog since v0.3.0](#changes-since-v030)
- [Documentation for v0.4.0](#documentation-for-v040)

## Documentation for v0.4.0
[Documentation](/docs)
[Documentation](https://reposeed.okkur.org/docs)

## Changes since v0.3.0
- `init` subcommand
Expand All @@ -129,12 +129,12 @@ _2018-04-06_

# v0.3.0
_2017-10-28_
- [Downloads for v0.3.0](https://github.com/okkur/reposeed/releases/tag/v0.3.0)
- [Downloads for v0.3.0](https://reposeed.okkur.org/releases/v0.3.0)
- [Changelog since v0.2.0](#changes-since-v020)
- [Documentation for v0.3.0](#documentation-for-v030)

## Documentation for v0.3.0
[Documentation](/docs)
[Documentation](https://reposeed.okkur.org/docs)

## Changes since v0.2.0
- Possibility to use creative commons license as main license
Expand All @@ -149,12 +149,12 @@ _2017-10-28_

# v0.2.0
_2017-10-12_
- [Downloads for v0.2.0](https://github.com/okkur/reposeed/releases/tag/v0.2.0)
- [Downloads for v0.2.0](https://reposeed.okkur.org/releases/v0.2.0)
- [Changelog since v0.1.0](#changes-since-v010)
- [Documentation for v0.2.0](#documentation-for-v020)

## Documentation for v0.2.0
[Documentation](/docs)
[Documentation](https://reposeed.okkur.org/docs)

## Changes since v0.1.0
- Example LICENSE
Expand All @@ -168,12 +168,12 @@ _2017-10-12_

# v0.1.0
_2017-10-10_
- [Downloads for v0.1.0](https://github.com/okkur/reposeed/releases/tag/v0.1.0)
- [Downloads for v0.1.0](https://reposeed.okkur.org/releases/v0.1.0)
- [Changelog since v0.0.0](#changes-since-v000)
- [Documentation for v0.1.0](#documentation-for-v010)

## Documentation for v0.1.0
[Documentation](/docs)
[Documentation](https://reposeed.okkur.org/docs)

## Changes since v0.0.0
- CLA files
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Extensive repository base files up and running in an instant

[![state](https://img.shields.io/badge/state-beta-blue.svg)]() [![release](https://img.shields.io/github/release/okkur/reposeed.svg)](https://reposeed.okkur.org/releases) [![license](https://img.shields.io/github/license/okkur/reposeed.svg)](LICENSE)
[![state](https://img.shields.io/badge/state-beta-blue.svg)]() [![release](https://img.shields.io/github/release/okkur/reposeed.svg)](https://reposeed.okkur.org/releases/) [![license](https://img.shields.io/github/license/okkur/reposeed.svg)](LICENSE)

**NOTE: This is a beta release, we do not consider it completely production ready yet. Use at your own risk.**

Expand All @@ -29,7 +29,7 @@ reposeed
```

*Hint: commit any changes you need and stash the rest*
Take a look at our full [documentation](/docs).
Take a look at our full [documentation](https://reposeed.okkur.org/docs).

## Support
For detailed information on support options see our [support guide](/SUPPORT.md).
Expand Down
2 changes: 1 addition & 1 deletion SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Be kind to anyone helping out.
For commercial support reach out to support@okkur.org

## Documentation
* [User Documentation](/docs)
* [User Documentation](https://reposeed.okkur.org/docs)
7 changes: 4 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ limitations under the License.
## Development
Install reposeed and change your directory to reposeed's source code directory.
```
go get -u go.okkur.org/reposeed
cd $GOPATH/src/go.okkur.org/reposeed
git clone github.com/okkur/reposeed
cd reposeed
```

Install **packr**.
Install **packr** and build reposeed via:
```
make packr
```

In case you made any changes on templates, run ```make``` to bundle templates into the generated binary.

# Documentation

No documentation available yet. Start your first contribution with some documentation.
Expand Down

0 comments on commit 8a2134d

Please sign in to comment.