diff --git a/news/index.html b/news/index.html
index db2923e1..232b57da 100644
--- a/news/index.html
+++ b/news/index.html
@@ -74,7 +74,8 @@
Changelog
-
+- Improved handling for OANDA API errors.
+
- Internal performance enhancements.
diff --git a/pkgdown.yml b/pkgdown.yml
index b8d8814a..5a626cee 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -6,7 +6,7 @@ articles:
strategies: strategies.html
utilities: utilities.html
xoanda: xoanda.html
-last_built: 2023-10-26T11:54Z
+last_built: 2023-10-27T13:58Z
urls:
reference: https://shikokuchuo.net/ichimoku/reference
article: https://shikokuchuo.net/ichimoku/articles
diff --git a/reference/archive.html b/reference/archive.html
index 22a1a92d..2f26deea 100644
--- a/reference/archive.html
+++ b/reference/archive.html
@@ -148,11 +148,11 @@ Examples
file <- tempfile()
archive(cloud, file)
-#> Archive written to '/tmp/Rtmp5CuKTX/file18e414d6ec82'
+#> Archive written to '/tmp/RtmpmnJ49V/file18f037c89401'
#> SHA256: 031dd583d1953637d88c2a20e6ea5df6813d11a49c297a11c51b0f605efa73e3
restored <- archive(file)
-#> Archive read from '/tmp/Rtmp5CuKTX/file18e414d6ec82'
+#> Archive read from '/tmp/RtmpmnJ49V/file18f037c89401'
#> Data verified by SHA256: 031dd583d1953637d88c2a20e6ea5df6813d11a49c297a11c51b0f605efa73e3
unlink(file)