Skip to content

Commit

Permalink
!#3 Fix: change name repository
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Sep 3, 2017
1 parent 4e446ad commit 9023fad
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Makefile for slide-docker4devs.
# Makefile for slides-docker4devs.

# Configuration.
SHELL = /bin/bash
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion script/bootstrap.sh
Original file line number Diff line number Diff line change
@@ -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}"

Expand Down

0 comments on commit 9023fad

Please sign in to comment.