Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 66f8f20d9fcb
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9feee5e06482
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 17, 2018

  1. Copy the full SHA
    3b5ee5f View commit details
  2. Merge pull request #1725 from katrinleinweber/patch-1

    link DOIs against preferred resolver
    pleroy authored Feb 17, 2018
    Copy the full SHA
    9feee5e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 documentation/bibliography.tex
4 changes: 2 additions & 2 deletions documentation/bibliography.tex
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
\newline
\mkbibacro{DOI}\addcolon\space
\ifhyperref
{\href{http://dx.doi.org/#1}{\nolinkurl{#1}}}
{\href{https://doi.org/#1}{\nolinkurl{#1}}}
{\nolinkurl{#1}}}
\DeclareFieldFormat{eprint}{%
\newline
@@ -21,4 +21,4 @@
\begin{document}
\nocite{*}
\printbibliography
\end{document}
\end{document}