diff --git a/README.md b/README.md index 00d578bd5..dc808f041 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ packages. If you are feeling adventurous you can install the latest development version in TeX Live from our tlcontrib repository. ```console -$ tlmgr repository add http://pgf-tikz.github.io/pgf/tlnet pgf-development +$ tlmgr repository add https://pgf-tikz.github.io/pgf/tlnet pgf-development $ tlmgr pinning add pgf-development "*" $ tlmgr update --self --all $ tlmgr install pgf --reinstall diff --git a/doc/generic/pgf/pgfmanual-en-tikz-transparency.tex b/doc/generic/pgf/pgfmanual-en-tikz-transparency.tex index 54cd7839f..35fd417b3 100644 --- a/doc/generic/pgf/pgfmanual-en-tikz-transparency.tex +++ b/doc/generic/pgf/pgfmanual-en-tikz-transparency.tex @@ -222,7 +222,8 @@ \subsection{Blend Modes} \begin{key}{/tikz/blend mode=\meta{mode}} Sets the current blend mode to \meta{mode}. Here \meta{mode} must be one of the modes listed below. More details on these modes can also be found in - Section~7.2.4 of the \textsc{pdf} Specification, version~1.7. + \href{https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/pdfreference1.7old.pdf#G12.12449365}{Section~7.2.4} + of the \textsc{pdf} Specification, version~1.7. In the following example, the blend mode is only used and set inside a transparency group (see also Section~\ref{section-transparency-groups}). @@ -315,7 +316,8 @@ \subsection{Blend Modes} \medskip \makeline{\emph{Example}}{\emph{Mode}}{\emph{Explanations quoted from - Table~7.2 of the \textsc{pdf} Specification, Version~1.7}} + \href{https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/pdfreference1.7old.pdf#G12.12449569}{Table~7.2} + of the \textsc{pdf} Specification, Version~1.7}} \showmode{normal}{When painting a pixel with a some color (called the ``source color''), the background color (called the ``backdrop'') is completely ignored.} diff --git a/tex/generic/pgf/math/pgfmathfunctions.random.code.tex b/tex/generic/pgf/math/pgfmathfunctions.random.code.tex index 8f3668425..af7e773cd 100644 --- a/tex/generic/pgf/math/pgfmathfunctions.random.code.tex +++ b/tex/generic/pgf/math/pgfmathfunctions.random.code.tex @@ -23,7 +23,7 @@ % } % % See also, the documentation for the lcg package by Erich Janka: -% (http://www.ctan.org/tex-archive/macros/latex/contrib/lcg/lcg.pdf) +% (https://www.ctan.org/tex-archive/macros/latex/contrib/lcg/lcg.pdf) % \def\pgfmath@rnd@m{2147483647}% LaTeX Maximum.