Skip to content

Commit

Permalink
fixed broken php log ingestion link
Browse files Browse the repository at this point in the history
  • Loading branch information
pilot22 committed May 12, 2024
1 parent 20b94bb commit cfe2d68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ export const verifyErrors: QuickStartStep = {
export const setUpLogging: (slug: string) => QuickStartStep = (slug) => ({
title: 'Set up logging.',
content: `Start sending logs to Highlight! Follow the [logging setup guide](${siteUrl(
`/docs/getting-started/backend-logging/php/overview`,
`/docs/getting-started/backend-logging/php`,
)}) to get started.`,
})

0 comments on commit cfe2d68

Please sign in to comment.