diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-05-13 09:21:07 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-05-13 09:21:07 -0400 |
commit | e44856a32631dfd11bdb08ff3b272a3840fb1bb0 (patch) | |
tree | 01fad85dc4a7002f26425d521b5fc59c0453db79 /website | |
parent | ce73a0aaae14489b6eea8cea64c029d8575c18ea (diff) | |
download | guix-artwork-e44856a32631dfd11bdb08ff3b272a3840fb1bb0.tar guix-artwork-e44856a32631dfd11bdb08ff3b272a3840fb1bb0.tar.gz |
website: contribute: Fix a couple typos.
* website/www/contribute.scm (contribute-page): Fix minor typos.
Diffstat (limited to 'website')
-rw-r--r-- | website/www/contribute.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/www/contribute.scm b/website/www/contribute.scm index 4485b7f..7b9e582 100644 --- a/website/www/contribute.scm +++ b/website/www/contribute.scm @@ -50,7 +50,7 @@ documentation, presentations, and promotional items. ") the project is available in the " (a (@ (href "http://git.savannah.gnu.org/cgit/guix/guix-artwork.git")) "guix-artwork") - "repository. ") + " repository. ") (a (@ (href "http://lists.gnu.org/mailman/listinfo/guix-devel") (class "hlink-more-dark")) "Contribute")) @@ -98,7 +98,7 @@ distribution can be found " for the components of the system. ") (p "You will find it useful to browse the " (a (@ (href ,(gnu-url "software/guile/manual"))) - "Guile's manual") + "Guile manual") " or other " (a (@ (href "https://schemers.org/Documents/#intro-texts")) "introductory material about Scheme") |