Skip to content

Commit 682d4d9

Browse files
committed
Update docs and URLs after handing over packaging and distribution
1 parent a9b9a53 commit 682d4d9

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ license = "GPL-3.0-or-later"
1010
readme = "README.md"
1111
categories = ["command-line-utilities", "text-processing", "template-engine"]
1212
keywords = ["releasenotes", "asciidoc", "documentation", "RedHat"]
13-
repository = "https://github.com/msuchane/acorns/"
14-
homepage = "https://msuchane.github.io/acorns/"
13+
repository = "https://github.com/redhat-documentation/acorns/"
14+
homepage = "https://redhat-documentation.github.io/acorns/"
1515

1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
![Crates.io](https://img.shields.io/crates/l/acorns?label=license)
55
<!--[![Documentation](https://docs.rs/acorns/badge.svg)](https://docs.rs/acorns)-->
66

7-
[![CI tests](https://github.com/msuchane/acorns/actions/workflows/rust-tests.yml/badge.svg)](https://github.com/msuchane/acorns/actions/workflows/rust-tests.yml)
8-
[![Dependency status](https://deps.rs/repo/github/msuchane/acorns/status.svg)](https://deps.rs/repo/github/msuchane/acorns)
7+
[![CI tests](https://github.com/redhat-documentation/acorns/actions/workflows/rust-tests.yml/badge.svg)](https://github.com/redhat-documentation/acorns/actions/workflows/rust-tests.yml)
8+
[![Dependency status](https://deps.rs/repo/github/redhat-documentation/acorns/status.svg)](https://deps.rs/repo/github/redhat-documentation/acorns)
99

1010
Generate an AsciiDoc release notes document from tracking tickets.
1111

1212
Previously known as Cizrna. This project is a reimplementation of the earlier CoRN 3 generator.
1313

1414
## Installation and usage
1515

16-
See the complete user documentation: <https://msuchane.github.io/acorns/>.
16+
See the complete user documentation: <https://redhat-documentation.github.io/acorns/>.
1717

1818
## Changes
1919

Diff for: acorns.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Summary: Generate an AsciiDoc release notes document from tracking tickets.
33
Version: 0.33.1
44
Release: 1%{?dist}
55
License: GPLv3+
6-
URL: https://github.com/msuchane/acorns
6+
URL: https://github.com/redhat-documentation/acorns
77
Group: Applications/Text
88
Obsoletes: cizrna
99
#Source0: https://static.crates.io/crates/%{name}/%{name}-%{version}.crate
10-
Source0: https://github.com/msuchane/%{name}/archive/refs/tags/v%{version}.tar.gz
10+
Source0: https://github.com/redhat-documentation/%{name}/archive/refs/tags/v%{version}.tar.gz
1111

1212
# This works fine with Fedora and RHEL, but breaks the SUSE build:
1313
ExclusiveArch: %{rust_arches}

Diff for: docs/attributes.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
:name: aCoRNs
99
:bin-name: acorns
10-
:git-repo: https://github.com/msuchane/acorns
11-
:container-repo: quay.io/msuchane/acorns
12-
:container-repo-slug: msuchane/acorns
13-
:copr-repo: https://copr.fedorainfracloud.org/coprs/mareksu/acorns
14-
:copr-repo-slug: mareksu/acorns
10+
:git-repo: https://github.com/redhat-documentation/acorns
11+
:container-repo: quay.io/redhat-documentation/acorns
12+
:container-repo-slug: redhat-documentation/acorns
13+
:copr-repo: https://copr.fedorainfracloud.org/coprs/mmuehlfeldrh/acorns/
14+
:copr-repo-slug: mmuehlfeldrh/acorns
1515

1616
:context: generating-release-notes-using-{bin-name}

Diff for: docs/modules/proc_installing-acorns.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ WARNING: This repository is currently experimental. Please report any problems w
7474
.. Install `acorns`:
7575
+
7676
----
77-
$ brew install msuchane/repo/acorns
77+
$ brew install redhat-documentation/repo/acorns
7878
----
7979

8080
* On any system, including different Linux distributions and macOS, you can build {name} from source:

Diff for: example/.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Build the release notes using aCoRNs
66
acorns:
7-
image: quay.io/msuchane/acorns:latest
7+
image: quay.io/redhat-documentation/acorns:latest
88
stage: build
99
tags:
1010
- shared

0 commit comments

Comments
 (0)