From 7b8b1259e34f5a3109255cfddfd0247d2c240351 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Sat, 19 Dec 2020 23:40:20 +0100 Subject: [PATCH] Removed remainders of mcipc. --- README.md | 8 ++++---- docs/source/bugs.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5c236e4..384ac1e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ An [RCON protocol](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) client implementation. ## Requirements -[![Build Status](https://travis-ci.com/conqp/rcon.svg?branch=master)](https://travis-ci.com/conqp/mcipc) -`mcipc` requires Python 3.8 or higher. +[![Build Status](https://travis-ci.com/conqp/rcon.svg?branch=master)](https://travis-ci.com/conqp/rcon) +`rcon` requires Python 3.8 or higher. ## Documentation [![Documentation Status](https://readthedocs.org/projects/rcon/badge/?version=latest)](https://rcon.readthedocs.io/en/latest/?badge=latest) @@ -11,9 +11,9 @@ Documentation is available on [readthedocs](https://rcon.readthedocs.io/en/lates ## Installations -Install mcipc from the [AUR](https://aur.archlinux.org/packages/python-rcon/) or via: +Install rcon from the [AUR](https://aur.archlinux.org/packages/python-rcon/) or via: - pip install mcipc + pip install rcon ## Quick start The `RCON` protocol is used to remotely control a game server, i.e. execute diff --git a/docs/source/bugs.rst b/docs/source/bugs.rst index 29bfdef..4730370 100644 --- a/docs/source/bugs.rst +++ b/docs/source/bugs.rst @@ -1,4 +1,4 @@ Reporting bugs ============== -If you found a bug or want to suggest a new feature to be added top `mcpipc`, please open an appropriate issue on `GitHub `_. +If you found a bug or want to suggest a new feature to be added top `rcon`, please open an appropriate issue on `GitHub `_.