Browse Source

fixes links that were 404 and such

thanks @ajvanloon!
Artur Paikin 6 years ago
parent
commit
ecae6e8263
3 changed files with 5 additions and 6 deletions
  1. 2 2
      website/src/_posts/2017-10-0.20.md
  2. 1 1
      website/src/docs/form.md
  3. 2 3
      website/src/privacy.md

+ 2 - 2
website/src/_posts/2017-10-0.20.md

@@ -33,7 +33,7 @@ ReactDOM.render(<Uploader />, document.querySelector('#uploader'))
 
 ## Redux
 
-[@richardwillars](https://github.com/richardwillars) contributed a plugin that will sync Uppy's internal state with an existing Redux store.
+[@richardwillars](https://github.com/richardwillars) contributed a plugin that will sync Uppys internal state with an existing Redux store.
 To use it, define a Redux action and reducer:
 
 ```js
@@ -69,7 +69,7 @@ uppy.use(ReduxStore, {
 })
 ```
 
-[See the docs](/docs/react/redux-sync)
+[See the docs](/docs/redux/)
 
 ## Redux DevTools
 

+ 1 - 1
website/src/docs/form.md

@@ -9,7 +9,7 @@ permalink: docs/form/
 The `@uppy/form` plugin has several features to integrate with HTML `<form>` elements.
 
 - It collects user-specified metadata from form fields, right before Uppy begins uploading/processing files.
-- It can append upload results back to the form as a hidden field. Currently the appended result is a stringified version of a [`result`](docs/uppy/#uppy-upload) returned from `uppy.upload()` or `complete` event.
+- It can append upload results back to the form as a hidden field. Currently the appended result is a stringified version of a [`result`](/docs/uppy/#uppy-upload) returned from `uppy.upload()` or `complete` event.
 
 ```js
 const Form = require('@uppy/form')

+ 2 - 3
website/src/privacy.md

@@ -95,7 +95,7 @@ Their privacy policy is located here: https://policies.google.com/privacy.
 
 ## How to disable cookies
 
-You may be able to configure your browser or our website to restrict cookies or block all cookies, if you wish. If you disable cookies, you may find that this affects your ability to use certain parts of our website. For more information about cookies and instructions on how to adjust your browser settings to accept, delete or reject cookies, see the [www.allaboutcookies.org](www.allaboutcookies.org) website.
+You may be able to configure your browser or our website to restrict cookies or block all cookies, if you wish. If you disable cookies, you may find that this affects your ability to use certain parts of our website. For more information about cookies and instructions on how to adjust your browser settings to accept, delete or reject cookies, see the [allaboutcookies.org](http://allaboutcookies.org) website.
 
 ## Data Processing Addendum (DPA)
 
@@ -103,5 +103,4 @@ If you require a countersigned copy of our DPA, please  <a href="mailto:hello@tr
 
 ## Last Updated
 
-This privacy policy was last updated on Dec 12, 2018.
-
+This privacy policy was last updated on Jan 23, 2018.