Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit d2a7ebc

Browse files
committed
update blog url
1 parent 2661437 commit d2a7ebc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default props => {
4747
},
4848
{
4949
title: 'Blog',
50-
path: 'https://medium.com/freecodecamp-hyderabad',
50+
path: 'https://medium.com/coderplex',
5151
external: true,
5252
},
5353
];

scripts/now.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function deploy(context, sha) {
104104
child.on('close', () => {
105105
const target_url = alias || getUrl(stdout);
106106
if (ghPR) {
107-
const comment = `Δ Now ${context} deployment complete\n- ✅ **Build Passed**\n- 🚀 **Staging URL** : ${target_url}\n---\nNote: **This is autogenerated through Travis build**`;
107+
const comment = `### New Δ Now ${context} deployment complete\n- ✅ **Build Passed**\n- 🚀 **Staging URL** : ${target_url}\n---\nNote: **This is autogenerated through Travis build**`;
108108
console.log(comment);
109109
ghPR.createComment(
110110
{

0 commit comments

Comments
 (0)