Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ostool

[![CI](https://github.com/ZR233/ostool/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ZR233/ostool/actions/workflows/ci.yml)
[![Check](https://github.com/drivercraft/ostool/actions/workflows/check.yaml/badge.svg)](https://github.com/drivercraft/ostool/actions/workflows/check.yaml)
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI badge has been updated to reference the new repository owner 'drivercraft', but many other references to the old repository 'ZR233/ostool' remain throughout this README file. For consistency, the following sections should also be updated:

  • Line 60: git clone URL in installation instructions
  • Line 513: git clone URL in development environment setup
  • Lines 528, 530, 531: GitHub repository links in the "Related Links" section

This creates an inconsistency where the badge points to one repository while the documentation directs users to a different repository. Consider updating all repository references to ensure consistency throughout the documentation.

Copilot uses AI. Check for mistakes.
[![Crates.io](https://img.shields.io/crates/v/ostool.svg)](https://crates.io/crates/ostool)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](LICENSE)
[![Rust](https://img.shields.io/badge/rust-1.70+-orange.svg)](https://www.rust-lang.org)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ostool

[![CI](https://github.com/ZR233/ostool/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ZR233/ostool/actions/workflows/ci.yml)
[![Check](https://github.com/drivercraft/ostool/actions/workflows/check.yaml/badge.svg)](https://github.com/drivercraft/ostool/actions/workflows/check.yaml)
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI badge has been updated to reference the new repository owner 'drivercraft', but many other references to the old repository 'ZR233/ostool' remain throughout this README file. For consistency, the following sections should also be updated:

  • Line 60: git clone URL in installation instructions
  • Line 512: git clone URL in development environment setup
  • Lines 527, 529, 530: GitHub repository links in the "相关链接" (Related Links) section

This creates an inconsistency where the badge points to one repository while the documentation directs users to a different repository. Consider updating all repository references to ensure consistency throughout the documentation.

Copilot uses AI. Check for mistakes.
[![Crates.io](https://img.shields.io/crates/v/ostool.svg)](https://crates.io/crates/ostool)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](LICENSE)
[![Rust](https://img.shields.io/badge/rust-1.70+-orange.svg)](https://www.rust-lang.org)
Expand Down