From 028bdb490c4178a59e991231533a257b6a052671 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Mon, 23 Jan 2023 10:02:21 -0500 Subject: [PATCH] Update more links --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- .github/workflows/release.yml | 2 +- README.md | 2 +- ffmpeg-sys-the-third/Cargo.toml | 2 +- ffmpeg-sys-the-third/README.md | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2c0d8d7..415253d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,6 @@ blank_issues_enabled: false contact_links: -- name: Questions about usage - url: https://github.com/zmwangx/rust-ffmpeg/discussions - about: If you have a question about usage, please use discussions instead of opening a (non-)issue. Note that I (solo maintainer short on time) unfortunately might not be able to respond, though I try to be helpful when time permits. + - name: Questions about usage + url: https://github.com/shssoichiro/ffmpeg-the-third/discussions + about: If you have a question about usage, please use discussions instead of opening a (non-)issue. Note that I (solo maintainer short on time) unfortunately might not be able to respond, though I try to be helpful when time permits. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 370c48e..857e02f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - name: Generate release notes run: | cat >release_notes.md <", "Zhiming Wang "] license = "WTFPL" description = "FFI bindings to FFmpeg" -repository = "https://github.com/zmwangx/rust-ffmpeg-sys" +repository = "https://github.com/shssoichiro/ffmpeg-the-third" keywords = ["audio", "video"] [lib] diff --git a/ffmpeg-sys-the-third/README.md b/ffmpeg-sys-the-third/README.md index 1061a1d..35b7b1c 100644 --- a/ffmpeg-sys-the-third/README.md +++ b/ffmpeg-sys-the-third/README.md @@ -1,9 +1,9 @@ [![ffmpeg-sys-the-third on crates.io](https://img.shields.io/crates/v/ffmpeg-sys-the-third?cacheSeconds=3600)](https://crates.io/crates/ffmpeg-sys-the-third) -[![build](https://github.com/zmwangx/rust-ffmpeg-sys/workflows/build/badge.svg)](https://github.com/zmwangx/rust-ffmpeg-sys/actions) +[![build](https://github.com/shssoichiro/ffmpeg-the-third-sys/workflows/build/badge.svg)](https://github.com/shssoichiro/ffmpeg-the-third-sys/actions) This is a fork of the abandoned [ffmpeg-sys](https://github.com/meh/rust-ffmpeg-sys) crate. You can find this crate as [ffmpeg-sys-the-third](https://crates.io/crates/ffmpeg-sys-the-third) on crates.io. -This crate contains low level bindings to FFmpeg. You're probably interested in the high level bindings instead: [ffmpeg-next](https://github.com/zmwangx/rust-ffmpeg). +This crate contains low level bindings to FFmpeg. You're probably interested in the high level bindings instead: [ffmpeg-next](https://github.com/shssoichiro/ffmpeg-the-third). A word on versioning: major and minor versions track major and minor versions of FFmpeg, e.g. 4.2.x of this crate has been updated to support the 4.2.x series of FFmpeg. Patch level is reserved for bug fixes of this crate and does not track FFmpeg patch versions.