Skip to content

Commit a5ed003

Browse files
authored
Merge pull request #429 from dwyl/upd
update & fix readme links
2 parents b6f9006 + 5ea15b7 commit a5ed003

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ which is *easy* but requires *maintenance*,
3535
use Google to send mail on your behalf
3636
and use Google Spreadsheets to keep track of the data!
3737

38-
> You *could* use a "*free*" service like http://formspree.io/ to process your form submissions
38+
> You *could* use a "*free*" service like https://formspree.io/ to process your form submissions
3939
if you don't care where you are sending your data and want to manage the data submitted
4040
in your email inbox (*messy ... yuck*!)
4141
*Or*... you can *invest* a few minutes and keep data private/manageable.
@@ -153,9 +153,9 @@ Open the inbox for the email address you set in **Step 3** (*above*)
153153
154154
# *Part Two - Make It Look Good* ...
155155

156-
We are going to keep this ***Super Lean*** by using [**PURE CSS**](http://purecss.io/start/)
156+
We are going to keep this ***Super Lean*** by using [**PURE CSS**](https://purecss.io/start/)
157157
for our Style (*fix the "ugly" HTML Form in step 8*).
158-
And `submit` the form using [**JQuery** "***AJAX***"](http://api.jquery.com/jquery.ajax/) to keep the person
158+
And `submit` the form using [**JQuery** "***AJAX***"](https://api.jquery.com/jquery.ajax/) to keep the person
159159
on your page/site (*avoid "ugly" response page*)
160160

161161
### 10. Submit the Form using **JavaScript** "***AJAX***"
@@ -197,7 +197,7 @@ Tailor your message by editing the `thankyou_message` div.
197197

198198
### 12. Use CSS to Make the Form *Look Good*
199199

200-
For `this` *example* we are using ***Pure CSS***: http://purecss.io/start/
200+
For `this` *example* we are using ***Pure CSS***: https://purecss.io/start/
201201
because its ***light weight*** (***4.0KB minified and gzipped***)
202202
and *solves* our current "*problem*": Making it Look Good.
203203

@@ -387,5 +387,5 @@ Let us know if you have any questions!
387387
https://developers.google.com/apps-script/reference/base/logger
388388
+ Simple Mail Merge using Google Spreadsheets:
389389
https://developers.google.com/apps-script/articles/mail_merge
390-
+ Original Tutorial: AJAX post to google spreadsheet: http://stackoverflow.com/questions/10000020/ajax-post-to-google-spreadsheet which points to:
390+
+ Original Tutorial: AJAX post to google spreadsheet: https://stackoverflow.com/questions/10000020/ajax-post-to-google-spreadsheet which points to:
391391
+ https://mashe.hawksey.info/2011/10/google-spreadsheets-as-a-database-insert-with-apps-script-form-postget-submit-method/

0 commit comments

Comments
 (0)