Skip to content

Commit

Permalink
update URLs to redirect targets
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Nov 17, 2024
1 parent a7c05e9 commit e1f4f28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/JPEG/decode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3426,7 +3426,7 @@ extension JPEG
///
/// The main use case for this type is to observe the visual state of a
/// partially-decoded image, for example, when performing
/// [online decoding](https://github.com/kelvin13/jpeg/tree/master/examples#online-decoding).
/// [online decoding](https://github.com/tayloraswift/swift-jpeg/tree/master/examples#online-decoding).
public
struct Context<Format> where Format:JPEG.Format
{
Expand Down
2 changes: 1 addition & 1 deletion Sources/JPEG/jpeg.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ extension JPEG.Layout
/// It will also validate the scan headers against the `process` argument
/// with ``Header.Scan/validate(process:band:bits:components:)``.
/// Passing invalid scan headers will result in a precondition failure.
/// See the [advanced encoding](https://github.com/kelvin13/jpeg/tree/master/examples#advanced-encoding)
/// See the [advanced encoding](https://github.com/tayloraswift/swift-jpeg/tree/master/examples#advanced-encoding)
/// library tutorial to learn more about the validation rules.
///
/// - Parameter format:
Expand Down
2 changes: 1 addition & 1 deletion Sources/JPEGSystem/os.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import JPEG
#elseif os(Linux)
import Glibc
#else
#warning("unsupported or untested platform (please open an issue at https://github.com/kelvin13/jpeg/issues)")
#warning("unsupported or untested platform (please open an issue at https://github.com/tayloraswift/swift-jpeg/issues)")
#endif

#if os(macOS) || os(Linux)
Expand Down

0 comments on commit e1f4f28

Please sign in to comment.