From f6fe64b0e9c0152f5cd753d8b85c4bc81de8e5d9 Mon Sep 17 00:00:00 2001 From: James Messinger Date: Sun, 25 Aug 2019 06:24:20 -0500 Subject: [PATCH] Changed the website domain name --- CHANGELOG.md | 2 +- _config.yml | 4 ++-- package.json | 2 +- readme.md | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a7d65..8c71ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes will be documented in this file. ### Breaking Changes -- Completely rewritten CLI with new argument syntax. See [the docs](https://jsdevtools.org/ez-spawn/) for details. +- Completely rewritten CLI with new argument syntax. See [the docs](https://jstools.dev/ez-spawn/) for details. - Arguments like `--major` and `--minor` have been replaced with a positional argument. So `bump --major` becomes `bump major`. diff --git a/_config.yml b/_config.yml index fe4821f..ca2555e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ remote_theme: JS-DevTools/gh-pages-theme title: Version Bump Prompt -logo: https://jsdevtools.org/img/logos/logo.png +logo: https://jstools.dev/img/logos/logo.png author: twitter: JSDevTools @@ -16,7 +16,7 @@ defaults: - scope: path: "" values: - image: https://jsdevtools.org/img/logos/card.png + image: https://jstools.dev/img/logos/card.png - scope: path: "test/**/*" values: diff --git a/package.json b/package.json index 3b38982..d02e1e3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "url": "https://jamesmessinger.com" }, "license": "MIT", - "homepage": "https://jsdevtools.org/version-bump-prompt", + "homepage": "https://jstools.dev/version-bump-prompt", "repository": { "type": "git", "url": "https://github.com/JS-DevTools/version-bump-prompt.git" diff --git a/readme.md b/readme.md index 58613a7..752820e 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Version-Bump-Prompt -[![Cross-Platform Compatibility](https://jsdevtools.org/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/version-bump-prompt) +[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/version-bump-prompt) [![Build Status](https://api.travis-ci.com/JS-DevTools/version-bump-prompt.svg?branch=master)](https://travis-ci.com/JS-DevTools/version-bump-prompt) [![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/version-bump-prompt/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/version-bump-prompt) @@ -9,7 +9,7 @@ [![npm](https://img.shields.io/npm/v/version-bump-prompt.svg)](https://www.npmjs.com/package/version-bump-prompt) [![License](https://img.shields.io/npm/l/version-bump-prompt.svg)](LICENSE) -![Screenshot](https://jsdevtools.org/version-bump-prompt/img/screenshot.gif) +![Screenshot](https://jstools.dev/version-bump-prompt/img/screenshot.gif) ### Automate your release process with a single command that can: @@ -254,6 +254,6 @@ Big Thanks To -------------------------- Thanks to these awesome companies for their support of Open Source developers ❤ -[![Travis CI](https://jsdevtools.org/img/badges/travis-ci.svg)](https://travis-ci.com) -[![SauceLabs](https://jsdevtools.org/img/badges/sauce-labs.svg)](https://saucelabs.com) -[![Coveralls](https://jsdevtools.org/img/badges/coveralls.svg)](https://coveralls.io) +[![Travis CI](https://jstools.dev/img/badges/travis-ci.svg)](https://travis-ci.com) +[![SauceLabs](https://jstools.dev/img/badges/sauce-labs.svg)](https://saucelabs.com) +[![Coveralls](https://jstools.dev/img/badges/coveralls.svg)](https://coveralls.io)