From fb632ce962c1e7d40b6b4afc8c10be9b2c445f0f Mon Sep 17 00:00:00 2001 From: Suzanne Scala Date: Mon, 8 Aug 2016 13:46:33 -0700 Subject: [PATCH] changed doc version to /current/ in package.json --- package/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/package.json b/package/package.json index a6e162e3b5d09..06606499d1975 100644 --- a/package/package.json +++ b/package/package.json @@ -1,11 +1,11 @@ { "packagingVersion": "3.0", - "postInstallNotes": "DC/OS Spark is being installed!\n\n\tDocumentation: https://docs.mesosphere.com/1.7/usage/service-guides/spark/\n\tIssues: https://docs.mesosphere.com/support/", + "postInstallNotes": "DC/OS Spark is being installed!\n\n\tDocumentation: https://docs.mesosphere.com/current/usage/service-guides/spark/\n\tIssues: https://docs.mesosphere.com/support/", "scm": "https://github.com/apache/spark.git", "maintainer": "support@mesosphere.io", - "postUninstallNotes": "The Apache Spark DC/OS Service has been uninstalled and will no longer run.\nPlease follow the instructions at https://docs.mesosphere.com/1.7/usage/service-guides/spark/uninstall/ to clean up any persisted state.", + "postUninstallNotes": "The Apache Spark DC/OS Service has been uninstalled and will no longer run.\nPlease follow the instructions at https://docs.mesosphere.com/current/usage/service-guides/spark/uninstall/ to clean up any persisted state.", "name": "spark", - "description": "Spark is a fast and general cluster computing system for Big Data. Documentation: https://docs.mesosphere.com/1.7/usage/service-guides/spark/", + "description": "Spark is a fast and general cluster computing system for Big Data. Documentation: https://docs.mesosphere.com/current/usage/service-guides/spark/", "licenses": [ { "name": "Apache License Version 2.0", @@ -18,7 +18,7 @@ "batch", "analytics" ], - "website": "https://docs.mesosphere.com/1.7/usage/service-guides/spark/", + "website": "https://docs.mesosphere.com/current/usage/service-guides/spark/", "selected": true, "version": "$version", "minDcosReleaseVersion": "1.7"