From e893456387453c7269449e5102741dd785983e24 Mon Sep 17 00:00:00 2001 From: Damian Legawiec Date: Wed, 1 May 2024 12:53:33 +0200 Subject: [PATCH] [skip ci] fixed broken links to documentation site --- .github/CONTRIBUTING.md | 2 +- README.md | 8 ++++---- SECURITY.md | 2 +- app/views/spree/admin/oauth_applications/index.html.erb | 2 +- app/views/spree/admin/shared/_account_nav.html.erb | 2 +- spree_backend.gemspec | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 398a9364eb..cf0881673a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1 +1 @@ -Please visit [Contributing section](https://dev-docs.spreecommerce.org/contributing/index) of Spree Guides. Thank you! +Please visit [Contributing section](https://docs.spreecommerce.org/developer/contributing/quickstart) of Spree Guides. Thank you! diff --git a/README.md b/README.md index 7b19b2406f..fd9f38d44d 100644 --- a/README.md +++ b/README.md @@ -37,19 +37,19 @@ Default credentials: ## Installation -Spree Admin Dashboard is bundled with [Spree Starter](https://github.com/spree/spree_starter) and we recommend following [Spree Getting Started guide](https://dev-docs.spreecommerce.org/getting-started/installation). +Spree Admin Dashboard is bundled with [Spree Starter](https://github.com/spree/spree_starter) and we recommend following [Spree Getting Started guide](https://docs.spreecommerce.org/getting-started/installation). -You can also [add Spree and Admin Dashboard to an existing Ruby on Rails application](https://dev-docs.spreecommerce.org/advanced/existing_app_tutorial) as well. +You can also [add Spree and Admin Dashboard to an existing Ruby on Rails application](https://docs.spreecommerce.org/advanced/existing_app_tutorial) as well. ## Documentation -* [Developer Documentation](https://dev-docs.spreecommerce.org/) +* [Developer Documentation](https://docs.spreecommerce.org/) ## Contributing Spree Admin Dashboard is an open source project and we love contributions in any form - pull requests, issues, feature ideas! -Please review the [Spree Contributing Guide](https://dev-docs.spreecommerce.org/contributing/index) +Please review the [Spree Contributing Guide](https://docs.spreecommerce.org/developer/contributing/quickstart) ### Local setup diff --git a/SECURITY.md b/SECURITY.md index 1f33b77048..a4b1fd0fbd 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1 +1 @@ -Please see [Spree Guides Security section](https://dev-docs.spreecommerce.org/security/index). +Please see [Spree Guides Security section](https://docs.spreecommerce.org/developer/security/quickstart). diff --git a/app/views/spree/admin/oauth_applications/index.html.erb b/app/views/spree/admin/oauth_applications/index.html.erb index 869887fade..5069f8cd78 100644 --- a/app/views/spree/admin/oauth_applications/index.html.erb +++ b/app/views/spree/admin/oauth_applications/index.html.erb @@ -9,7 +9,7 @@
<%=Spree.t('admin.oauth_applications.documentation_message')%> - <%= link_to(Spree.t('admin.oauth_applications.documentation_cta'), 'https://dev-docs.spreecommerce.org/api/platform-api/authenticating-requests')%> + <%= link_to(Spree.t('admin.oauth_applications.documentation_cta'), 'https://docs.spreecommerce.org/api-reference/platform/authentication')%>
diff --git a/app/views/spree/admin/shared/_account_nav.html.erb b/app/views/spree/admin/shared/_account_nav.html.erb index 6f9a15d0b5..9e3251052c 100644 --- a/app/views/spree/admin/shared/_account_nav.html.erb +++ b/app/views/spree/admin/shared/_account_nav.html.erb @@ -49,7 +49,7 @@ <%= Spree.t(:join_slack) %> <% end %> - <%= link_to 'https://dev-docs.spreecommerce.org/extensions/extensions', target: :blank, class: 'd-block py-2 px-4 my-1 dropdown-item' do %> + <%= link_to 'https://docs.spreecommerce.org/developer/extending-spree/3rd-party-extensions', target: :blank, class: 'd-block py-2 px-4 my-1 dropdown-item' do %> <%= svg_icon name: "extensions.svg", width: '18', height: '18' %>   <%= Spree.t(:extensions_directory) %> diff --git a/spree_backend.gemspec b/spree_backend.gemspec index 9c139015c6..e7b750e9c5 100644 --- a/spree_backend.gemspec +++ b/spree_backend.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.metadata = { "bug_tracker_uri" => "https://github.com/spree/spree_backend/issues", "changelog_uri" => "https://github.com/spree/spree_backend/releases/tag/v#{s.version}", - "documentation_uri" => "https://dev-docs.spreecommerce.org/", + "documentation_uri" => "https://docs.spreecommerce.org/", "source_code_uri" => "https://github.com/spree/spree_backend/tree/v#{s.version}", }