diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION
index 7dc295934..e55c97220 100644
--- a/OPENAPI_VERSION
+++ b/OPENAPI_VERSION
@@ -1 +1 @@
-v376
\ No newline at end of file
+v379
\ No newline at end of file
diff --git a/lib/stripe/resources/invoice.rb b/lib/stripe/resources/invoice.rb
index aaa290558..edea63edc 100644
--- a/lib/stripe/resources/invoice.rb
+++ b/lib/stripe/resources/invoice.rb
@@ -11,7 +11,7 @@ module Stripe
   # If your invoice is configured to be billed through automatic charges,
   # Stripe automatically finalizes your invoice and attempts payment. Note
   # that finalizing the invoice,
-  # [when automatic](https://stripe.com/docs/billing/invoices/workflow/#auto_advance), does
+  # [when automatic](https://stripe.com/docs/invoicing/integration/automatic-advancement-collection), does
   # not happen immediately as the invoice is created. Stripe waits
   # until one hour after the last webhook was successfully sent (or the last
   # webhook timed out after failing). If you (and the platforms you may have