Skip to content

Commit d8b51f0

Browse files
committed
link to speed page from index page
1 parent c43fbd3 commit d8b51f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Index extends React.Component {
9898
<Block layout="fourColumn">
9999
{[
100100
{
101-
content: 'phpseclib is designed to be ultra-portable. The 3.0 version works on PHP 5.6+ and doesn\'t require any extensions. For purposes of speed, OpenSSL, GMP, libsodium or mcrypt are used, if they\'re available, but they are not required.',
101+
content: 'phpseclib is designed to be ultra-portable. The 3.0 version works on PHP 5.6+ and doesn\'t require any extensions. For <a href="/docs/speed">purposes of speed</a>, OpenSSL, GMP, libsodium or mcrypt are used, if they\'re available, but they are not required.',
102102
image: `${baseUrl}img/undraw_react.svg`,
103103
imageAlign: 'top',
104104
title: 'Portability',

0 commit comments

Comments
 (0)