diff --git a/import-databases.qmd b/import-databases.qmd index c3f25a3..95e253b 100644 --- a/import-databases.qmd +++ b/import-databases.qmd @@ -304,7 +304,7 @@ The following sections explore each clause in more detail. Note that while SQL is a standard, it is extremely complex and no database follows it exactly. While the main components that we'll focus on in this book are very similar between DBMSs, there are many minor variations. Fortunately, dbplyr is designed to handle this problem and generates different translations for different databases. -It's not perfect, but it's continually improving, and if you hit a problem you can file an issue at [on GitHub](https://github.com/tidyverse/dbplyr/issues/) to help us do better. +It's not perfect, but it's continually improving, and if you hit a problem you can file an issue [on GitHub](https://github.com/tidyverse/dbplyr/issues/) to help us do better. ::: ### SELECT