diff --git a/README.md b/README.md index 1232804..50a321d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ TypeScript Node Starter ======================= -[![Dependency Status](https://david-dm.org/bowdenk7/express-typescript-starter.svg)](https://david-dm.org/bowdenk7/express-typescript-starter) [![Build Status](https://travis-ci.org/bowdenk7/express-typescript-starter.svg?branch=master)](https://travis-ci.org/bowdenk7/express-typescript-starter) +[![Dependency Status](https://david-dm.org/Microsoft/TypeScript-Node-Starter.svg)](https://david-dm.org/Microsoft/TypeScript-Node-Starter) [![Build Status](https://travis-ci.org/Microsoft/TypeScript-Node-Starter.svg?branch=master)](https://travis-ci.org/Microsoft/TypeScript-Node-Starter) **Live Demo**: TODO @@ -13,7 +13,7 @@ TypeScript Node Starter # Getting started - Clone the repository ``` -git clone --depth=1 https://github.com/bowdenk7/express-typescript-starter.git +git clone --depth=1 https://github.com/Microsoft/TypeScript-Node-Starter.git ``` - Install dependencies ``` diff --git a/views/partials/footer.pug b/views/partials/footer.pug index b3583fb..f238b47 100644 --- a/views/partials/footer.pug +++ b/views/partials/footer.pug @@ -1,5 +1,5 @@ footer .container.text-center p.pull-left © 2016 Company, Inc. All Rights Reserved - iframe.pull-right(src="https://ghbtns.com/github-btn.html?user=bowdenk7&repo=express-typescript-starter&type=star&count=true" frameborder="0" scrolling="0" width="90px" height="20px" style="margin-top:15px") + iframe.pull-right(src="https://ghbtns.com/github-btn.html?user=Microsoft&repo=TypeScript-Node-Starter&type=star&count=true" frameborder="0" scrolling="0" width="90px" height="20px" style="margin-top:15px") \ No newline at end of file