diff --git a/blogposts/announcing-sourcegraph-3.4.md b/blogposts/announcing-sourcegraph-3.4.md index 421b1eacc75..7d9233f3f44 100644 --- a/blogposts/announcing-sourcegraph-3.4.md +++ b/blogposts/announcing-sourcegraph-3.4.md @@ -46,7 +46,7 @@ For site admins, instead of saving configuration to the database. <p style="text-align: center"><a href="https://vimeo.com/336923053" target="_blank">View on Vimeo</a></p> </p> -If your code host's hostname is long, such as `githubenterprise.mycompany.internal`, then your Sourcegraph URLs will be long (e.g. `https://sourcegraph.mycompany.internal/githubenterprise.mycompany.internal/myteam/myproject`). To shorten these URLs, you can use the [`repositoryPathPattern`](https://www.google.com/search?ie=UTF-8&q=site%3Adocs.sourcegraph.com+%22repositoryPathPattern%22) external service configuration property. +If your code host's hostname is long, such as `githubenterprise.mycompany.internal`, then your Sourcegraph URLs will be long (e.g. `https://sourcegraph.mycompany.internal` `/githubenterprise.mycompany.internal` `/myteam/myproject`). To shorten these URLs, you can use the [`repositoryPathPattern`](https://www.google.com/search?ie=UTF-8&q=site%3Adocs.sourcegraph.com+%22repositoryPathPattern%22) external service configuration property. Sourcegraph 3.4 fixes a problem where the browser extension didn't work if you used `repositoryPathPattern`. If you had been holding off on using the browser extension due to this problem, it will now work. diff --git a/website/src/css/pages/_blog-post.scss b/website/src/css/pages/_blog-post.scss index 473705b7e94..ee364f7278c 100644 --- a/website/src/css/pages/_blog-post.scss +++ b/website/src/css/pages/_blog-post.scss @@ -1,7 +1,8 @@ // stylelint-disable declaration-property-unit-whitelist .blog-post { margin: auto; - width: 980px; + // FIXME(#125): temporary solution to text running over. + // width: 980px; padding: 45px 0; &__wrapper {