Skip to content

Salesforce -- fix broken links by using backslash before underscore - #16023

Merged
alaudazzi merged 2 commits into
elastic:mainfrom
alaudazzi:docs-enhancement/fix-881-1
Nov 19, 2025
Merged

Salesforce -- fix broken links by using backslash before underscore#16023
alaudazzi merged 2 commits into
elastic:mainfrom
alaudazzi:docs-enhancement/fix-881-1

Conversation

@alaudazzi

Copy link
Copy Markdown
Contributor

This PR tries to fix the broken links on the Salesforce integration doc page by escaping the _ (underscores) with a \ (backslash), as in this example:

https://developer.salesforce.com/docs/atlas.en-us.object\_reference.meta/object\_reference/sforce\_api\_objects\_eventlogfile\_login.htm

Links are broken because the underscores are rendered as %5F:
https://developer.salesforce.com/docs/atlas.en-us.object%5Freference.meta/object%5Freference/sforce%5Fapi%5Fobjects%5Feventlogfile%5Flogin.htm on the docs site

Wrapping HTTP links in < > didn't fix the problem (#16011)

@alaudazzi alaudazzi self-assigned this Nov 19, 2025
@alaudazzi
alaudazzi requested a review from a team as a code owner November 19, 2025 15:06
@alaudazzi alaudazzi added documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. Integration:salesforce Salesforce bugfix Pull request that fixes a bug issue labels Nov 19, 2025
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

🚀 Benchmarks report

To see the full report comment with /test benchmark fullreport

@elasticmachine

Copy link
Copy Markdown

�� Build Succeeded

cc @alaudazzi

@andrewkroh andrewkroh added the Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] label Nov 19, 2025
@alaudazzi
alaudazzi merged commit 2822d53 into elastic:main Nov 19, 2025
8 checks passed
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

Package salesforce - 1.6.0 containing this change is available at https://epr.elastic.co/package/salesforce/1.6.0/

@andrewkroh andrewkroh added enhancement New feature or request and removed bugfix Pull request that fixes a bug issue labels Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. enhancement New feature or request Integration:salesforce Salesforce Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]

5 participants