Skip to content

Commit

Permalink
chore: add redirect from stress testing to grafana page (#1507)
Browse files Browse the repository at this point in the history
* chore: add redirect from stress testing to grafana page

* add redirect to front matter

* Update 03 Stress testing.md

* Delete 03 Stress testing.md

* Create 03 Stress Testing.md
  • Loading branch information
heitortsergent committed Feb 13, 2024
1 parent d35ec85 commit 6ac7e7b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 108 deletions.
6 changes: 6 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,12 @@ const createRedirects = ({ actions }) => {
isPermanent: true,
});

createRedirect({
fromPath: '/test-types/stress-testing/',
toPath: 'https://grafana.com/blog/2024/01/30/stress-testing/',
isPermanent: true,
});

createRedirect({
fromPath: '/cloud/cloud-faq/release-notes/',
toPath: '/cloud/cloud-reference/release-notes/',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: 'Stress testing'
redirect: 'https://grafana.com/blog/2024/01/30/stress-testing/'
---

This file was deleted.

0 comments on commit 6ac7e7b

Please sign in to comment.