From 790a78e3cf1ec8610699ed34255d459f84a92a18 Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Mon, 3 Jun 2024 13:31:20 -0600 Subject: Remove bare links --- ca-es/go-ca.html.markdown | 4 ++-- ca-es/groovy-ca.html.markdown | 19 ++++++------------- 2 files changed, 8 insertions(+), 15 deletions(-) (limited to 'ca-es') diff --git a/ca-es/go-ca.html.markdown b/ca-es/go-ca.html.markdown index 7bec4ba4..dc6a6748 100644 --- a/ca-es/go-ca.html.markdown +++ b/ca-es/go-ca.html.markdown @@ -432,8 +432,8 @@ func requestServer() { ## Més informació -L'arrel de tot en Go és la web oficial [official Go web site] -(https://go.dev/). Allà es pot seguir el tutorial, jugar interactivament +L'arrel de tot en Go és la web oficial [official Go web site](https://go.dev/). +Allà es pot seguir el tutorial, jugar interactivament i llegir molt més del que hem vist aquí.En el "tour", [the docs](https://go.dev/doc/) conté informació sobre com escriure codi net i efectiu en Go, comandes per empaquetar i generar documentació, i diff --git a/ca-es/groovy-ca.html.markdown b/ca-es/groovy-ca.html.markdown index 9e3dabe1..341cadae 100644 --- a/ca-es/groovy-ca.html.markdown +++ b/ca-es/groovy-ca.html.markdown @@ -10,7 +10,7 @@ translations: - ["Xavier Sala Pujolar", "http://github.com/utrescu"] --- -Groovy - Un llenguatge dinàmic per la plataforma Java [Llegir-ne més.](http://www.groovy-lang.org/) +Groovy - Un llenguatge dinàmic per la plataforma Java [Llegir-ne més](http://www.groovy-lang.org/). ```groovy /* @@ -285,7 +285,7 @@ def clos = { print it } clos( "hi" ) /* - Groovy pot recordar els resultats dels Closures [1][2][3] + Groovy pot recordar els resultats dels Closures */ def cl = {a, b -> sleep(3000) // simula un procés llarg @@ -420,17 +420,10 @@ assert sum(2,5) == 7 [Cònsola de Groovy](http://groovyconsole.appspot.com/) -Uneix-te a un [grup d'usuaris Groovy] -(http://www.groovy-lang.org/usergroups.html) +Uneix-te a un [grup d'usuaris Groovy](http://www.groovy-lang.org/usergroups.html) ## Llibres -* [Groovy Goodness] (https://leanpub.com/groovy-goodness-notebook) - -* [Groovy in Action] (http://manning.com/koenig2/) - -* [Programming Groovy 2: Dynamic Productivity for the Java Developer] (http://shop.oreilly.com/product/9781937785307.do) - -[1] http://roshandawrani.wordpress.com/2010/10/18/groovy-new-feature-closures-can-now-memorize-their-results/ -[2] http://www.solutionsiq.com/resources/agileiq-blog/bid/72880/Programming-with-Groovy-Trampoline-and-Memoize -[3] http://mrhaki.blogspot.mx/2011/05/groovy-goodness-cache-closure-results.html +* [Groovy Goodness](https://leanpub.com/groovy-goodness-notebook) +* [Groovy in Action](http://manning.com/koenig2/) +* [Programming Groovy 2: Dynamic Productivity for the Java Developer](http://shop.oreilly.com/product/9781937785307.do) -- cgit v1.2.3