Skip to content

Commit

Permalink
docs: redirect to developer portal and remove old link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardPerdaan committed Apr 22, 2024
1 parent ed46f49 commit d98f928
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 1.0/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
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# API
The API manual for MyParcel
https://developer.myparcel.nl/api-reference/

If you want to use the old manual, you can find it via the following link:
https://myparcelnl.github.io/api/1.0

0 comments on commit d98f928

Please sign in to comment.