diff --git a/packages/embark/src/lib/core/config.js b/packages/embark/src/lib/core/config.js index 74b355616..5c348f692 100644 --- a/packages/embark/src/lib/core/config.js +++ b/packages/embark/src/lib/core/config.js @@ -28,8 +28,7 @@ import {getBlockchainDefaults, getContractDefaults} from './configDefaults'; const DEFAULT_CONFIG_PATH = 'config/'; const PACKAGE = require('../../../package.json'); -// TODO add URL here when post or page is published -const embark5ChangesUrl = 'https://...'; +const embark5ChangesUrl = 'https://embark.status.im/docs/migrating_from_3.x.html#Updating-to-v5'; var Config = function(options) { this.env = options.env || 'default';