Kaynağa Gözat

fix “compate” link in the examples

Artur Paikin 5 yıl önce
ebeveyn
işleme
90f33b0bdf
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 2 0
      CHANGELOG.md
  2. 1 1
      website/themes/uppy/layout/example.ejs

+ 2 - 0
CHANGELOG.md

@@ -104,6 +104,8 @@ PRs are welcome! Please do open an issue to discuss first if it's a big feature,
 - [ ] companion: reports an error at first sign in. we did a hotfix in https://github.com/transloadit/uppy/pull/1478#issuecomment-485937942 but need a proper fix for that (@ife). Also: what about changing the location of that tooltip? So legit errors also don't block buttons?
 - [ ] core: consider removing Preact from `Plugin` (maybe have a `(ui)Plugin extends BasePlugin`?) as pointed out on Reddit https://www.reddit.com/r/javascript/comments/bhkx5k/uppy_10_your_best_friend_in_file_uploading/
 
+# next
+
 ## 1.4
 
 - [ ] dashboard: Add a Load More button so you don't have to TAB endlessly to get to the upload button (https://github.com/transloadit/uppy/issues/1419)

+ 1 - 1
website/themes/uppy/layout/example.ejs

@@ -14,7 +14,7 @@
   <p>We're on a monthly release cycle and our latest version is
     <a href="https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#<%- theme.uppy_version_anchor %>">v<%- theme.uppy_version %></a>,
     but the example pages reflect the latest work in our master branch. Here's
-    <a href="https://github.com/transloadit/uppy/compare/v<%- theme.uppy_version %>...master">what changed in master since v<%- theme.uppy_version %></a>
+    <a href="https://github.com/transloadit/uppy/compare/uppy@<%- theme.uppy_version %>...master">what changed in master since v<%- theme.uppy_version %></a>
     in terms of commits, while the CHANGELOG
     provides a higher level view of the things planned for our
     <a href="https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#next">next release</a>.</p>