From 9023fad4473ff4c50c4adb66edbb052240bcd787 Mon Sep 17 00:00:00 2001 From: "@slovacus" Date: Sun, 3 Sep 2017 08:10:55 -0500 Subject: [PATCH] !#3 Fix: change name repository --- CHANGELOG.md | 4 ++-- Makefile | 2 +- README.md | 10 +++++----- script/bootstrap.sh | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba26d64..c22cf45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ This file uses change log convention from [Keep a CHANGELOG](http://keepachangel ## [Unreleased][unreleased] -[unreleased]: https://github.com/luismayta/slide-docker4devs/compare/0.0.1...HEAD -[0.0.1]: https://github.com/luismayta/slide-docker4devs/compare/0.0.0...0.0.1 +[unreleased]: https://github.com/luismayta/slides-docker4devs/compare/0.0.1...HEAD +[0.0.1]: https://github.com/luismayta/slides-docker4devs/compare/0.0.0...0.0.1 [CHANGELOG.md]: CHANGELOG.md [CONTRIBUTING.md]: CONTRIBUTING.md diff --git a/Makefile b/Makefile index 476ca82..393e6a8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Makefile for slide-docker4devs. +# Makefile for slides-docker4devs. # Configuration. SHELL = /bin/bash diff --git a/README.md b/README.md index d8921cd..a26aed2 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ Docker -[![Code Climate](https://codeclimate.com/github/luismayta/slide-docker4devs/badges/gpa.svg)](https://codeclimate.com/github/luismayta/slide-docker4devs) -[![GitHub issues](https://img.shields.io/github/issues/luismayta/slide-docker4devs.svg)](https://github.com/luismayta/slide-docker4devs/issues) -[![GitHub stars](https://img.shields.io/github/stars/luismayta/slide-docker4devs.svg)](https://github.com/luismayta/slide-docker4devs) -[![Issue Count](https://codeclimate.com/github/luismayta/slide-docker4devs/badges/issue_count.svg)](https://codeclimate.com/github/luismayta/slide-docker4devs) +[![Code Climate](https://codeclimate.com/github/luismayta/slides-docker4devs/badges/gpa.svg)](https://codeclimate.com/github/luismayta/slides-docker4devs) +[![GitHub issues](https://img.shields.io/github/issues/luismayta/slides-docker4devs.svg)](https://github.com/luismayta/slides-docker4devs/issues) +[![GitHub stars](https://img.shields.io/github/stars/luismayta/slides-docker4devs.svg)](https://github.com/luismayta/slides-docker4devs) +[![Issue Count](https://codeclimate.com/github/luismayta/slides-docker4devs/badges/issue_count.svg)](https://codeclimate.com/github/luismayta/slides-docker4devs) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](LICENSE) -[![Test Coverage](https://codeclimate.com/github/luismayta/slide-docker4devs/badges/coverage.svg)](https://codeclimate.com/github/luismayta/slide-docker4devs/coverage) +[![Test Coverage](https://codeclimate.com/github/luismayta/slides-docker4devs/badges/coverage.svg)](https://codeclimate.com/github/luismayta/slides-docker4devs/coverage) ## Install diff --git a/script/bootstrap.sh b/script/bootstrap.sh index f998996..53963c0 100755 --- a/script/bootstrap.sh +++ b/script/bootstrap.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -*- coding: utf-8 -*- -export PROJECT_NAME='slide-docker4devs' +export PROJECT_NAME='slides-docker4devs' export PYTHON_VERSION=2.7.9 export PYENV_NAME="${PROJECT_NAME}"