EngFlow / bazel_invocation_analyzer

A tool that automatically analyzes a Bazel build's profile and offers suggestions on how to make it faster.
https://analyzer.engflow.com
Apache License 2.0
90 stars 10 forks source link

Website: `How to get a Bazel profile`/`Learn more` leads to `404 - Not found` #177

Closed rdesgroppes closed 3 months ago

rdesgroppes commented 3 months ago

Description

The Learn more link in the How to get a Bazel profile section of https://analyzer.engflow.com redirects to a missing documentation page.

Observed behavior

When clicking on the Learn more link under the How to get a Bazel profile section, one is redirected to a 404 - Not found in the EngFlow Documentation.

Expected behavior

One should be redirected to an existing documentation page.

Step-by-step guide on how to reproduce the bug

  1. Open https://analyzer.engflow.com
  2. Scroll down to the How to get a Bazel profile section
  3. Click on Learn more

Additional context

Environment

Output

image image

File(s) scanned

Further details

saraadams commented 3 months ago

Thanks for the report. We'll include the fix on the next update.

rdesgroppes commented 3 months ago

@saraadams thank you for the prompt action. I still see: image Is it only a matter of deployment time?

saraadams commented 3 months ago

@saraadams thank you for the prompt action. I still see: [...] Is it only a matter of deployment time?

Yes, sorry, this was auto-closed when I merged the fix. I wanted to keep this open until it's deployed, planned for Monday.

saraadams commented 3 months ago

Thanks, the fix is live now.

rdesgroppes commented 3 months ago

Thanks, @saraadams!