Fix dead neptune.ai llm-observability citation links#3281
Open
julamarkova-vibe wants to merge 1 commit into
Open
Fix dead neptune.ai llm-observability citation links#3281julamarkova-vibe wants to merge 1 commit into
julamarkova-vibe wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
@julamarkova-vibe is attempting to deploy a commit to the langfuse Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
neptune.ai was acquired by OpenAI in December 2025 and the entire blog now redirects to the acquisition announcement, so the neptune.ai/blog links in this repo no longer lead to the referenced articles.
The FAQ page
ai-research-assistant-monitoring.mdxcites Neptune's LLM Observability: Fundamentals, Practices, and Tools six times (with text-fragment anchors). This PR points all six citations to the Wayback Machine snapshot of the original article (last capture before the redirect); the text fragments are preserved.Greptile Summary
This PR fixes six dead citation links in
content/faq/all/ai-research-assistant-monitoring.mdxthat previously pointed to a neptune.ai blog article now redirected to an acquisition announcement following OpenAI's December 2025 purchase of neptune.ai.neptune.ai/blog/llm-observabilitylinks are replaced with the same Wayback Machine snapshot (web.archive.org/web/20251005112019/...), preserving the original text-fragment anchors (#:~:text=…).Confidence Score: 5/5
Safe to merge — changes are limited to replacing broken external citation links with archived equivalents and introduce no functional or content changes.
All six links consistently use the same Wayback Machine snapshot from October 2025, which predates the neptune.ai acquisition redirect. Text-fragment anchors are preserved verbatim, so the links should still scroll readers to the originally cited passages. This is a purely mechanical URL substitution in documentation with no risk of regressions.
No files require special attention.
Sequence Diagram
%%{init: {'theme': 'neutral'}}%% sequenceDiagram participant User participant OldLink as neptune.ai/blog/llm-observability participant Redirect as OpenAI Acquisition Page participant WaybackLink as web.archive.org (Oct 2025 snapshot) participant Article as Original LLM Observability Article Note over User,Redirect: Before this PR (broken) User->>OldLink: Click citation link OldLink-->>Redirect: HTTP 301 redirect Redirect-->>User: Acquisition announcement (wrong content) Note over User,Article: After this PR (fixed) User->>WaybackLink: Click citation link WaybackLink-->>Article: Serve archived snapshot Article-->>User: Original article content at text-fragment anchor%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% sequenceDiagram participant User participant OldLink as neptune.ai/blog/llm-observability participant Redirect as OpenAI Acquisition Page participant WaybackLink as web.archive.org (Oct 2025 snapshot) participant Article as Original LLM Observability Article Note over User,Redirect: Before this PR (broken) User->>OldLink: Click citation link OldLink-->>Redirect: HTTP 301 redirect Redirect-->>User: Acquisition announcement (wrong content) Note over User,Article: After this PR (fixed) User->>WaybackLink: Click citation link WaybackLink-->>Article: Serve archived snapshot Article-->>User: Original article content at text-fragment anchorReviews (1): Last reviewed commit: "Fix dead neptune.ai blog links" | Re-trigger Greptile