This is an automated email from the ASF dual-hosted git repository.
kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git
The following commit(s) were added to refs/heads/main by this push:
new 45e552f3c Markmail has been decommissioned. Replacing/removing links.
Thanks to Laura Morales for noticing and reporting it.
45e552f3c is described below
commit 45e552f3c6258bb090da5b76c6932ada89fb0c68
Author: Bruno P. Kinoshita <[email protected]>
AuthorDate: Thu Nov 23 00:10:28 2023 +0100
Markmail has been decommissioned. Replacing/removing links. Thanks to Laura
Morales for noticing and reporting it.
---
source/documentation/archive/larq/__index.md | 2 +-
source/help_and_support/__index.md | 5 ++---
source/tutorials/using_jena_with_eclipse.md | 3 +--
source/tutorials/using_jena_with_eclipse_pt.md | 2 +-
4 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/source/documentation/archive/larq/__index.md
b/source/documentation/archive/larq/__index.md
index 0fbbfeb55..dd87e92a7 100644
--- a/source/documentation/archive/larq/__index.md
+++ b/source/documentation/archive/larq/__index.md
@@ -163,7 +163,7 @@ The [Lucene contributions
page](http://lucene.apache.org/java/3_4_0/contribution
## Getting Help and Getting Involved
If you have a problem with LARQ, make sure you read the [Getting help with
Jena](../../help_and_support/index.html) page and post a message on the
[[email protected]](mailto:[email protected]?s=[LARQ] ) mailing list.
-You can also search the jena-users mailing list archives
[here](http://markmail.org/search/?q=larq+list%3Aorg.apache.jena.users).
+You can also search the jena-users mailing list archives
[here](https://lists.apache.org/[email protected]).
If you use LARQ and you want to get involved, make sure you read the [Getting
Involved](../../getting_involved/index.html) page. You can help us making LARQ
better by:
diff --git a/source/help_and_support/__index.md
b/source/help_and_support/__index.md
index a3478c431..c6fbd4a5d 100644
--- a/source/help_and_support/__index.md
+++ b/source/help_and_support/__index.md
@@ -16,8 +16,7 @@ list, please send an email to: <a
href="mailto:[email protected]">
to subscribe with. This list is a good place to ask for advice on developing
Jena-based
applications, or solving a problem with using Jena. *Please see below for
notes
on asking good questions*. The list is archived at
-[lists.apache.org](https://lists.apache.org/[email protected])
-or externally at [jena.markmail.org](https://jena.markmail.org/search/)
+[lists.apache.org](https://lists.apache.org/[email protected]).
The *developers* list is `[email protected]`. To join this
list, please send an email to: <a href="mailto:[email protected]">
@@ -55,7 +54,7 @@ Asking good questions is **the best way to get good
answers**. Try to follow the
is often enough for you to figure out the problem yourself, which is always
satisfying!
- **Don't re-post your question** after only a few hours. People are busy,
and may be in a different timezone
- to you. If you're not sure if your question made it to the list, [look in
the
archive](https://jena.markmail.org/search/?q=-list%3Aorg.apache.incubator.jena-commits).
+ to you. If you're not sure if your question made it to the list, [look in
the archive](https://lists.apache.org/[email protected]).
- **Adding lots of exclamation marks** or other punctuation will **not**
move your question up the queue. Quite the
reverse, in fact.
diff --git a/source/tutorials/using_jena_with_eclipse.md
b/source/tutorials/using_jena_with_eclipse.md
index e8f3f1ac0..05c1954aa 100644
--- a/source/tutorials/using_jena_with_eclipse.md
+++ b/source/tutorials/using_jena_with_eclipse.md
@@ -82,8 +82,7 @@ to fix these build problems, so Eclipse can successfully
build and run the proje
<img src="figures/using_jena_with_eclipse-006.png" class="img-responsive"
alt="Eclipse build problems">
-The build problems are related to a known
-[issue due to how the project shades Google Guava
classes](https://jena.markmail.org/thread/hdu22kg6qtgsfpn6#query:+page:1+mid:tl3tfxtmfa3hh734+state:results).
+The build problems are related to a known issue due to how the project shades
Google Guava classes.
The workaround is to make sure the <i>jena-shaded-guava</i> Maven module
remains closed
in Eclipse. You can simply right click on the project, and choose Close. Its
icon should
diff --git a/source/tutorials/using_jena_with_eclipse_pt.md
b/source/tutorials/using_jena_with_eclipse_pt.md
index abdbd16f6..0627af8b1 100644
--- a/source/tutorials/using_jena_with_eclipse_pt.md
+++ b/source/tutorials/using_jena_with_eclipse_pt.md
@@ -52,7 +52,7 @@ O Eclipse mostrará um ícone vermelho nos
projetos importados que t
<img src="figures/using_jena_with_eclipse-006.png" class="img-responsive"
alt="Eclipse build problems">
-Os problemas são geralmente relacionados a um [problema conhecido por
como um dos projetos utiliza o Maven Shade Plugin nas classes do Google
Guava](https://jena.markmail.org/thread/hdu22kg6qtgsfpn6#query:+page:1+mid:tl3tfxtmfa3hh734+state:results).
+Os problemas são geralmente relacionados a um problema conhecido por
como um dos projetos utiliza o Maven Shade Plugin nas classes do Google Guava.
A solução é garantir que o projeto _jena-shaded-guava_
fique fechado no _workspace_ do Eclipse. Você pode simplesmente clicar
com o botão direito sobre o projeto, e escolher _Close_. O ícone
do projeto deverá mudar, indicando que ele foi fechado com sucesso.