Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
mesellings committed Jan 21, 2025
1 parent d7e75cd commit 3157796
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const SearchableTable = () => {
description:
"Create EasyPost addresses, parcels, shipments from your processes.",
type: "Outbound",
link: "../easypost/",
link: "../easy-post/",
image: EasypostImg,
},
{
Expand Down Expand Up @@ -254,7 +254,7 @@ const SearchableTable = () => {
name: "GraphQL",
description: "Execute a GraphQL query or mutation from your processes.",
type: "Outbound",
link: "../graphql/",
link: "../../protocol/graphql/",
image: GraphqlImg,
},
{
Expand Down

0 comments on commit 3157796

Please sign in to comment.