diff --git a/lib/modules/versioning/poetry/index.ts b/lib/modules/versioning/poetry/index.ts
index 0892abfd4237a4386cca06ff22949aab94ac7f57..02af8335d5bae3f3e7ce46d718458f1e8d543910 100644
--- a/lib/modules/versioning/poetry/index.ts
+++ b/lib/modules/versioning/poetry/index.ts
@@ -14,7 +14,11 @@ import {
 
 export const id = 'poetry';
 export const displayName = 'Poetry';
-export const urls = ['https://python-poetry.org/docs/versions/'];
+export const urls = [
+  'https://python-poetry.org/docs/dependency-specification/',
+  'https://python-poetry.org/docs/faq#why-does-poetry-not-adhere-to-semantic-versioning',
+  'https://python-poetry.org/docs/faq#why-does-poetry-enforce-pep-440-versions',
+];
 export const supportsRanges = true;
 export const supportedRangeStrategies: RangeStrategy[] = [
   'bump',