diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 72cc9451..0ddad865 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -739,7 +739,7 @@ credits = [
'https://raw.githubusercontent.com/react-bootstrap/react-bootstrap/master/LICENSE'
], [
'React Router',
- 'React Training 2015-2019
Remix Software 2020-2021',
+ 'React Training 2015-2019
Remix Software 2020-2022',
'MIT',
'https://raw.githubusercontent.com/remix-run/react-router/main/LICENSE.md'
], [
diff --git a/lib/docs/scrapers/react_router.rb b/lib/docs/scrapers/react_router.rb
index 6cb84c41..3d04d0fe 100644
--- a/lib/docs/scrapers/react_router.rb
+++ b/lib/docs/scrapers/react_router.rb
@@ -3,7 +3,7 @@ module Docs
self.name = 'React Router'
self.slug = 'react_router'
self.type = 'simple'
- self.release = '6.2.1'
+ self.release = '6.3.0'
self.base_url = 'https://reactrouterdotcom.fly.dev/docs/en/v6/api'
self.links = {
@@ -15,7 +15,7 @@ module Docs
options[:attribution] = <<-HTML
© React Training 2015-2019
- © Remix Software 2020-2021
+ © Remix Software 2020-2022
Licensed under the MIT License (MIT).
HTML