Skip to content

Commit ddbcf22

Browse files
committed
Allow linking URL endpoints
1 parent dded44e commit ddbcf22

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

WebInterface.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
\titleformat{\chapter}{}{}{0pt}{\bfseries\LARGE\ifnum\value{chapter}>0\relax\arabic{chapter}\ \ \ ~\fi}
99
\begin{document}
1010
\newcommand{\type}[1]{\emph{\color{gray}#1}\ --\ }
11+
\newcommand{\relurl}[1]{\href{https://www.starexec.org/starexec/secure/#1}{#1}}
12+
\newcommand{\servicesurl}[1]{\href{https://www.starexec.org/starexec/#1}{#1}}
1113

1214
\title{StarExec Web Interface}
1315
\author{}

chapters/01Introduction.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ \section{Logging In}
1717
\subsection{First Step -- Requesting a Secure Resource}
1818

1919
\begin{description}
20-
\item [URL] index.jsp
20+
\item [URL] \relurl{index.jsp}
2121
\item [Method] GET
2222
\item [Parameter Encoding] N/A
2323
\item [Returns] The login page
@@ -31,7 +31,7 @@ \subsection{First Step -- Requesting a Secure Resource}
3131
\subsection{Second Step -- Providing Login Credentials}
3232

3333
\begin{description}
34-
\item [URL] j\_security\_check
34+
\item [URL] \relurl{j\_security\_check}
3535
\item [Method] POST
3636
\item [Parameter Encoding] application/x-www-form-urlencoded
3737
\item [Parameters] \
@@ -48,7 +48,7 @@ \subsection{Second Step -- Providing Login Credentials}
4848
\subsection{Third Step -- Accessing Secure Resources}
4949

5050
\begin{description}
51-
\item [URL] index.jsp
51+
\item [URL] \relurl{index.jsp}
5252
\item [Method] GET
5353
\item [Parameter Encoding] N/A
5454
\item [Returns] The login page

0 commit comments

Comments
 (0)