Skip to content

Commit ec8adee

Browse files
authored
Merge pull request #73 from spaceapi-community/fix-readme
Fix documentation issues
2 parents d5d5c1a + c7db366 commit ec8adee

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "spaceapi"
33
version = "0.5.1"
44
documentation = "https://docs.rs/spaceapi/0.5.1/"
5-
repository = "https://github.com/coredump-ch/spaceapi-rs/"
5+
repository = "https://github.com/spaceapi-community/spaceapi-rs/"
66
license = "MIT OR Apache-2.0"
77
authors = [
88
"Raphael Nestler <raphael.nestler@gmail.com>",
@@ -23,7 +23,7 @@ include = [
2323
]
2424

2525
[badges]
26-
travis-ci = { repository = "coredump-ch/spaceapi-rs" }
26+
travis-ci = { repository = "spaceapi-community/spaceapi-rs" }
2727

2828
[dependencies]
2929
log = "^0.4"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Rust Space API Implementation
22

3-
[![Travis branch](https://img.shields.io/travis/coredump-ch/spaceapi-rs/master.svg)](https://travis-ci.org/coredump-ch/spaceapi-rs)
3+
[![Travis branch](https://img.shields.io/travis/spaceapi-community/spaceapi-rs/master.svg)](https://travis-ci.org/spaceapi-community/spaceapi-rs)
44
[![Crates.io](https://img.shields.io/crates/v/spaceapi.svg)](https://crates.io/crates/spaceapi)
55
[![Crates.io](https://img.shields.io/crates/d/spaceapi.svg)](https://crates.io/crates/spaceapi)
6-
[![Dependency Status](https://dependencyci.com/github/coredump-ch/spaceapi-rs/badge)](https://dependencyci.com/github/coredump-ch/spaceapi-rs)
6+
[![Dependency Status](https://dependencyci.com/github/spaceapi-community/spaceapi-rs/badge)](https://dependencyci.com/github/spaceapi-community/spaceapi-rs)
77

88
This is an implementation of the [SpaceAPI](https://spacedirectory.org/) v0.13
99
in Rust. It contains both the type definitions as well as tools for

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
//!
1313
//! If you want to implement a Space API server on top of these types, you
1414
//! might want to take a look at the [`spaceapi_server`
15-
//! crate](https://github.com/coredump-ch/spaceapi-server-rs).
15+
//! crate](https://github.com/spaceapi-community/spaceapi-server-rs).
1616
//!
17-
//! This library requires Rust 1.15 or newer.
17+
//! This library requires Rust 1.20.0 or newer.
1818
//!
1919
//! # Examples
2020
//!

0 commit comments

Comments
 (0)