From ba3f7fb1392e0140fa574464cff91061aa4cfb31 Mon Sep 17 00:00:00 2001 From: Vivian Plasencia Date: Fri, 22 Mar 2024 12:17:12 +0100 Subject: [PATCH] docs: fix whitepaper v1 link re #723 --- apps/docs/docusaurus.config.ts | 2 +- .../version-V2/glossary.md | 2 +- .../version-V3/glossary.md | 2 +- .../version-V3/resources.md | 2 +- apps/docs/versioned_docs/version-V2/glossary.md | 2 +- apps/docs/versioned_docs/version-V3/glossary.md | 2 +- apps/docs/versioned_docs/version-V3/resources.md | 2 +- .../static => website/public}/whitepaper-v1.pdf | Bin 8 files changed, 7 insertions(+), 7 deletions(-) rename apps/{docs/static => website/public}/whitepaper-v1.pdf (100%) diff --git a/apps/docs/docusaurus.config.ts b/apps/docs/docusaurus.config.ts index 3bb182c96..b1a71e452 100644 --- a/apps/docs/docusaurus.config.ts +++ b/apps/docs/docusaurus.config.ts @@ -84,7 +84,7 @@ const config: Config = { }, { label: "Whitepaper", - to: "https://docs.semaphore.pse.dev/whitepaper-v1.pdf", + to: "https://semaphore.pse.dev/whitepaper-v1.pdf", position: "left", className: "whitepaper-v1" }, diff --git a/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V2/glossary.md b/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V2/glossary.md index a6adf1edf..6ce8daf49 100644 --- a/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V2/glossary.md +++ b/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V2/glossary.md @@ -48,7 +48,7 @@ A third-party who receives a fee for including relayed transactions in the block To preserve the anonymity of the user broadcasting a signal with Semaphore, an application may use a relayer to post the signal transaction to Ethereum on behalf of the user. Applications may provide rewards for relayers and implement front-running prevention mechanisms, such as requiring the signals to include the relayer’s address, binding the -signal to that specific address (https://docs.semaphore.pse.dev/whitepaper-v1.pdf, p.6). +signal to that specific address (https://semaphore.pse.dev/whitepaper-v1.pdf, p.6). ## Trusted setup files diff --git a/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V3/glossary.md b/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V3/glossary.md index 381e5e652..6161852dd 100644 --- a/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V3/glossary.md +++ b/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V3/glossary.md @@ -46,7 +46,7 @@ Ver [hash de circuito nullifier](/technical-reference/circuits/#nullifier-hash). Un tercero que recibe una comisión por incluir transacciones retransmitidas en la blockchain (McMenamin, Daza, and Fitz. https://eprint.iacr.org/2022/155.pdf, p.3). Para preservar la anonimidad del usuario emitiendo una señal con Semaphore, una aplicación puede utilizar un retransmisor para publicar la transacción de la señal en Ethereum en nombre del usuario. -Las aplicaciones pueden ofrecer recompensas a los retransmisores e implementar mecanismos para prevenir ventajas maliciosas, como requerir que las señales incluyan la dirección del retransmisor, vinculando así la señal a esa dirección en específico (https://docs.semaphore.pse.dev/whitepaper-v1.pdf, p.6). +Las aplicaciones pueden ofrecer recompensas a los retransmisores e implementar mecanismos para prevenir ventajas maliciosas, como requerir que las señales incluyan la dirección del retransmisor, vinculando así la señal a esa dirección en específico (https://semaphore.pse.dev/whitepaper-v1.pdf, p.6). ## Archivos confiables de configuración (Trusted setup files) diff --git a/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V3/resources.md b/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V3/resources.md index 4c9b1d777..a3062e363 100644 --- a/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V3/resources.md +++ b/apps/docs/i18n/es/docusaurus-plugin-content-docs/version-V3/resources.md @@ -6,7 +6,7 @@ sidebar_position: 9 ## Artículos -[Propuesta de la comunidad: Semaphore: Señalización de conocimiento cero (ZK) en Ethereum (v1 Whitepaper)](https://docs.semaphore.pse.dev/whitepaper-v1.pdf) - Kobi Gurkan, Koh Wei Jie y Barry WhiteHat +[Propuesta de la comunidad: Semaphore: Señalización de conocimiento cero (ZK) en Ethereum (v1 Whitepaper)](https://semaphore.pse.dev/whitepaper-v1.pdf) - Kobi Gurkan, Koh Wei Jie y Barry WhiteHat [Para Mezcladores y más allá: presentando Semaphore, una herramienta de privacidad construida en Ethereum](https://medium.com/coinmonks/to-mixers-and-beyond-presenting-semaphore-a-privacy-gadget-built-on-ethereum-4c8b00857c9b) - Koh Wei Jie diff --git a/apps/docs/versioned_docs/version-V2/glossary.md b/apps/docs/versioned_docs/version-V2/glossary.md index dc1e7aba0..18a5a9843 100644 --- a/apps/docs/versioned_docs/version-V2/glossary.md +++ b/apps/docs/versioned_docs/version-V2/glossary.md @@ -48,7 +48,7 @@ A third-party who receives a fee for including relayed transactions in the block To preserve the anonymity of the user broadcasting a signal with Semaphore, an application may use a relayer to post the signal transaction to Ethereum on behalf of the user. Applications may provide rewards for relayers and implement front-running prevention mechanisms, such as requiring the signals to include the relayer’s address, binding the -signal to that specific address (https://docs.semaphore.pse.dev/whitepaper-v1.pdf, p.6). +signal to that specific address (https://semaphore.pse.dev/whitepaper-v1.pdf, p.6). ## Trusted setup files diff --git a/apps/docs/versioned_docs/version-V3/glossary.md b/apps/docs/versioned_docs/version-V3/glossary.md index 515be65f5..3966dddd5 100644 --- a/apps/docs/versioned_docs/version-V3/glossary.md +++ b/apps/docs/versioned_docs/version-V3/glossary.md @@ -47,7 +47,7 @@ A third-party who receives a fee for including relayed transactions in the block To preserve the anonymity of the user broadcasting a signal with Semaphore, an application may use a relayer to post the signal transaction to Ethereum on behalf of the user. Applications may provide rewards for relayers and implement front-running prevention mechanisms, such as requiring the signals to include the relayer’s address, binding the -signal to that specific address (https://docs.semaphore.pse.dev/whitepaper-v1.pdf, p.6). +signal to that specific address (https://semaphore.pse.dev/whitepaper-v1.pdf, p.6). ## Trusted setup files diff --git a/apps/docs/versioned_docs/version-V3/resources.md b/apps/docs/versioned_docs/version-V3/resources.md index 8338bcc75..eacff73ce 100644 --- a/apps/docs/versioned_docs/version-V3/resources.md +++ b/apps/docs/versioned_docs/version-V3/resources.md @@ -6,7 +6,7 @@ sidebar_position: 9 ## Articles -[Community Proposal: Semaphore: Zero-Knowledge Signaling on Ethereum (Whitepaper v1)](https://docs.semaphore.pse.dev/whitepaper-v1.pdf) - Kobi Gurkan, Koh Wei Jie and Barry WhiteHat +[Community Proposal: Semaphore: Zero-Knowledge Signaling on Ethereum (Whitepaper v1)](https://semaphore.pse.dev/whitepaper-v1.pdf) - Kobi Gurkan, Koh Wei Jie and Barry WhiteHat [To Mixers and Beyond: presenting Semaphore, a privacy gadget built on Ethereum](https://medium.com/coinmonks/to-mixers-and-beyond-presenting-semaphore-a-privacy-gadget-built-on-ethereum-4c8b00857c9b) - Koh Wei Jie diff --git a/apps/docs/static/whitepaper-v1.pdf b/apps/website/public/whitepaper-v1.pdf similarity index 100% rename from apps/docs/static/whitepaper-v1.pdf rename to apps/website/public/whitepaper-v1.pdf