diff --git a/openapi/src/url_finder.rs b/openapi/src/url_finder.rs index 70b2608d2..9e631ae11 100644 --- a/openapi/src/url_finder.rs +++ b/openapi/src/url_finder.rs @@ -42,7 +42,7 @@ impl UrlFinder { let object_names = [format!("{}_object", object_name), object_name]; for name in object_names { if let Some(path) = self.url_lookup.get(&name) { - return Some(format!("https://stripe.com{}", path)); + return Some(format!("https://stripe.com/docs{}", path)); } } diff --git a/src/resources/generated/payment_link.rs b/src/resources/generated/payment_link.rs index 01a778d58..6254eb07a 100644 --- a/src/resources/generated/payment_link.rs +++ b/src/resources/generated/payment_link.rs @@ -14,7 +14,7 @@ use crate::resources::{ /// The resource representing a Stripe "PaymentLink". /// -/// For more details see +/// For more details see #[derive(Clone, Debug, Default, Deserialize, Serialize)] pub struct PaymentLink { /// Unique identifier for the object.