Skip to content

_content/solutions: fix Uber case study link and description - #373

Open
mranney-dd wants to merge 1 commit into
golang:masterfrom
mranney-dd:fix-uber-case-study-link
Open

_content/solutions: fix Uber case study link and description#373
mranney-dd wants to merge 1 commit into
golang:masterfrom
mranney-dd:fix-uber-case-study-link

Conversation

@mranney-dd

Copy link
Copy Markdown

The eng.uber.com domain has been retired and https://eng.uber.com/aresdb/
now returns 404 with no redirect. Two places on the site link to it:

  • the Uber case study card on /solutions/
  • the Uber logo in the "Companies using Go" grid on the home page
    (_content/index.md, which uses .link for entries with
    inLandingPageGrid: true)

Both currently send visitors to a dead page. This points them at the
article's current location, https://www.uber.com/blog/aresdb/, which
serves the same post ("Introducing AresDB: Uber's GPU-Powered Open Source,
Real-time Analytics Engine"). I used the locale-neutral path rather than the
/US/en/ variant that /en-US/blog/aresdb/ redirects to, to avoid pinning
the link to one locale.

Two small fixes to the same front matter while here:

  • The description contained an unapplied editorial annotation,
    AresDB [,written in Go,]. _content/solutions/case-studies.md renders
    {{.description}} verbatim, so those brackets and stray commas were
    visible on the published page.
  • title read "GPU-power analytics engine"; the linked article's own title
    is "GPU-Powered".

Tested with go test ./.... Two failures reproduce identically on master
and are unrelated to this change: cmd/golangorg TestAll reports a broken
link to /LICENSE, and cmd/screentest requires Google default credentials.

The eng.uber.com domain was retired and eng.uber.com/aresdb/ now returns
404 with no redirect, so both the case study card on /solutions/ and the
Uber logo in the "Companies using Go" grid on the home page pointed at a
dead page. Point them at the article's current location.

Also drop a leftover editorial annotation from the description, which was
rendered verbatim on /solutions/ as "AresDB [,written in Go,]", and fix
"GPU-power" in the title to match the article's own "GPU-Powered".
@google-cla

google-cla Bot commented Aug 12, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@mranney-dd

Copy link
Copy Markdown
Author

/check-cla

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.

1 participant