Skip to content

Commit

Permalink
fix web UI enrollment guide links
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinFrazar committed Oct 24, 2024
1 parent d82ee84 commit f6730b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const selfhostedKeywords = [
const azureKeywords = [...baseDatabaseKeywords, 'microsoft azure'];

function getDbAccessDocLink(guide: string) {
return `https://goteleport.com/docs/database-access/guides/${guide}`;
return `https://goteleport.com/docs/enroll-resources/database-access/enroll-aws-databases/${guide}`;
}

// DATABASES_UNGUIDED_DOC are documentations that is not specific
Expand Down

0 comments on commit f6730b2

Please sign in to comment.