Skip to content

Commit

Permalink
fix: update Aurora MySQL anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 23, 2024
1 parent 03ce249 commit edc6964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/aurora_mysql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::data::{KbParsedEntry, PageProcess, QueryResponse};
pub fn get_pages() -> Vec<PageProcess<'static>> {
vec![
PageProcess {
url: "https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Reference.ParameterGroups.html#AuroraMySQL.Reference.Parameters.Inapplicable".to_string(),
url: "https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Reference.ParameterGroups.html#AuroraMySQL.Reference.GlobalStatusVars".to_string(),
name: "aws-rds-aurora-mysql".to_string(),
data_type: "variables",
}
Expand Down

0 comments on commit edc6964

Please sign in to comment.