Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate URI Path and Domain #785

Merged
merged 2 commits into from
Aug 16, 2018
Merged

Conversation

PhoenixPeca
Copy link
Contributor

Missing slash breaks the link.

image

Missing slash breaks the link.
@coveralls
Copy link

coveralls commented Aug 16, 2018

Coverage Status

Coverage remained the same at 99.599% when pulling 6e7122e on PhoenixPeca:patch-1 into ade4e41 on TryGhost:master.

@@ -22,7 +22,7 @@ module.exports = function ui(ctx) {
ctx.ui.log(`${logSymbols.success} Your theme is compatible.\n`);

if (demoPost && demoPost.uuid) {
const demoLink = `${ctx.instance.config.get('url')}p/${demoPost.uuid}/`;
const demoLink = `${ctx.instance.config.get('url')}/p/${demoPost.uuid}/`;

This comment was marked as abuse.

This comment was marked as abuse.

@acburdine acburdine merged commit b054939 into TryGhost:master Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants