Skip to content

Commit

Permalink
docs: redirect to the new API manual
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardPerdaan committed Apr 22, 2024
1 parent d001c08 commit ed46f49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
<script src="js/auto_menu.js"></script>
</head>
<body>
<script>
// redirect to the new API manual on the developer portal
(() => {
window.location.replace('https://developer.myparcel.nl/api-reference/');
})();
</script>
<div class="container-fluid">
<div class="row">
<div class="menu col-xs-4 col-lg-3">
Expand Down

0 comments on commit ed46f49

Please sign in to comment.