Skip to content

Commit 77aa95c

Browse files
committed
renamed old Github urls in README
1 parent 813aa19 commit 77aa95c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
# 0.9.0
2020

21-
- Add a `checksum_is_valid` method to the RSDP tags ([#64](https://github.com/rust-osdev/multiboot2-elf64/pull/64))
21+
- Add a `checksum_is_valid` method to the RSDP tags ([#64](https://github.com/rust-osdev/multiboot2/pull/64))
2222

2323
# 0.8.2
2424

25-
- Add some basic documentation ([#62](https://github.com/rust-osdev/multiboot2-elf64/pull/62))
26-
- Add MemoryAreaType, to allow users to access memory area types in a type-safe way ([#61](https://github.com/rust-osdev/multiboot2-elf64/pull/61))
25+
- Add some basic documentation ([#62](https://github.com/rust-osdev/multiboot2/pull/62))
26+
- Add MemoryAreaType, to allow users to access memory area types in a type-safe way ([#61](https://github.com/rust-osdev/multiboot2/pull/61))

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# multiboot2-elf64
2-
![Build](https://github.com/rust-osdev/multiboot2-elf64/actions/workflows/rust.yml/badge.svg)
1+
# multiboot2
2+
![Build](https://github.com/rust-osdev/multiboot2/actions/workflows/rust.yml/badge.svg)
33
[![crates.io](https://img.shields.io/crates/v/multiboot2.svg)](https://crates.io/crates/multiboot2)
44
[![docs](https://docs.rs/multiboot2/badge.svg)](https://docs.rs/multiboot2/)
55

6-
Library that helps you to parse the multiboot information structure (mbi) from
6+
Rust library that helps you to parse the multiboot information structure (mbi) from
77
Multiboot2-compliant bootloaders, like GRUB. It supports all tags from the specification
8-
including full support for the sections of ELF-64. This library is `no_std` and can be
8+
including full support for the sections of ELF-64 files. This library is `no_std` and can be
99
used in a Multiboot2-kernel.
1010

1111
It follows the Multiboot 2.0 specification at https://www.gnu.org/software/grub/manual/multiboot2/multiboot.html and the ELF 64 specification at http://www.uclibc.org/docs/elf-64-gen.pdf.

0 commit comments

Comments
 (0)