Re: Broken URL in documentation

2015-07-30 Thread Adam Bordelon
The mesos.apache.org website is stored on our subversion repo:
https://svn.apache.org/repos/asf/mesos/site/
You can find the Rakefile and a README there.
Also refer to the Updating the website section of the release guide
http://mesos.apache.org/documentation/latest/release-guide/ for more
links/info.

ProTip: I don't like installing ruby on my host machine, so I've started
running it in a Docker:
https://github.com/mesosphere/mesos-website-container
(See my pull request for an updated readme/script)

On Wed, Jul 29, 2015 at 9:03 PM, haosdent haosd...@gmail.com wrote:

 Hi, @Adam Where could I get the Rakefile?

 On Thu, Jul 30, 2015 at 6:12 AM, Ajay Krishna ajaykrish...@gmail.com
 wrote:

  Hi Adam,
 
  That solution looks clean and generic. Thanks for pointing to those
 issues.
 
 
 
  On Thu, Jul 30, 2015 at 3:06 AM, Adam Bordelon a...@mesosphere.io
 wrote:
 
   Hi Ajay,
  
   This broken link is already tracked in
   https://issues.apache.org/jira/browse/MESOS-1521 and
   https://issues.apache.org/jira/browse/MESOS-2004
   This one may be tricky due to how our Rakefile translates the .md docs
  into
   static html.
  
   On Wed, Jul 29, 2015 at 2:20 PM, Ajay Krishna ajaykrish...@gmail.com
   wrote:
  
Hi,
   
I have joined the community yesterday and i'm going through the
documentation of mesos to ramp up. I found App/Framework development
   guide

   
  
 
 http://mesos.apache.org/documentation/latest/mesos-architecture/app-framework-development-guide/

link
is broken in Mesos Architecture
http://mesos.apache.org/documentation/latest/mesos-architecture/
  page.
   
I didn't find a button to open an issue on JIRA, so was under
  impressing
that some one need to add me to the group to open an issue. Please
 add
  me
if that is the case here is my JIRA id : AjayKrishna
   
Following is the diff for URL correction
   
- (see the [App/Framework development guide](
app-framework-development-guide.md)
   
+ (see the [App/Framework development guide](/documentation/latest/
app-framework-development-guide.md)
   
Thanks,
Ajay
   
  
 



 --
 Best Regards,
 Haosdent Huang



Re: Broken URL in documentation

2015-07-30 Thread haosdent
Thank you.

On Thu, Jul 30, 2015 at 2:48 PM, Adam Bordelon a...@mesosphere.io wrote:

 The mesos.apache.org website is stored on our subversion repo:
 https://svn.apache.org/repos/asf/mesos/site/
 You can find the Rakefile and a README there.
 Also refer to the Updating the website section of the release guide
 http://mesos.apache.org/documentation/latest/release-guide/ for more
 links/info.

 ProTip: I don't like installing ruby on my host machine, so I've started
 running it in a Docker:
 https://github.com/mesosphere/mesos-website-container
 (See my pull request for an updated readme/script)

 On Wed, Jul 29, 2015 at 9:03 PM, haosdent haosd...@gmail.com wrote:

  Hi, @Adam Where could I get the Rakefile?
 
  On Thu, Jul 30, 2015 at 6:12 AM, Ajay Krishna ajaykrish...@gmail.com
  wrote:
 
   Hi Adam,
  
   That solution looks clean and generic. Thanks for pointing to those
  issues.
  
  
  
   On Thu, Jul 30, 2015 at 3:06 AM, Adam Bordelon a...@mesosphere.io
  wrote:
  
Hi Ajay,
   
This broken link is already tracked in
https://issues.apache.org/jira/browse/MESOS-1521 and
https://issues.apache.org/jira/browse/MESOS-2004
This one may be tricky due to how our Rakefile translates the .md
 docs
   into
static html.
   
On Wed, Jul 29, 2015 at 2:20 PM, Ajay Krishna 
 ajaykrish...@gmail.com
wrote:
   
 Hi,

 I have joined the community yesterday and i'm going through the
 documentation of mesos to ramp up. I found App/Framework
 development
guide
 

   
  
 
 http://mesos.apache.org/documentation/latest/mesos-architecture/app-framework-development-guide/
 
 link
 is broken in Mesos Architecture
 http://mesos.apache.org/documentation/latest/mesos-architecture/
   page.

 I didn't find a button to open an issue on JIRA, so was under
   impressing
 that some one need to add me to the group to open an issue. Please
  add
   me
 if that is the case here is my JIRA id : AjayKrishna

 Following is the diff for URL correction

 - (see the [App/Framework development guide](
 app-framework-development-guide.md)

 + (see the [App/Framework development guide](/documentation/latest/
 app-framework-development-guide.md)

 Thanks,
 Ajay

   
  
 
 
 
  --
  Best Regards,
  Haosdent Huang
 




-- 
Best Regards,
Haosdent Huang


Re: Broken URL in documentation

2015-07-29 Thread Adam Bordelon
Hi Ajay,

This broken link is already tracked in
https://issues.apache.org/jira/browse/MESOS-1521 and
https://issues.apache.org/jira/browse/MESOS-2004
This one may be tricky due to how our Rakefile translates the .md docs into
static html.

On Wed, Jul 29, 2015 at 2:20 PM, Ajay Krishna ajaykrish...@gmail.com
wrote:

 Hi,

 I have joined the community yesterday and i'm going through the
 documentation of mesos to ramp up. I found App/Framework development guide
 
 http://mesos.apache.org/documentation/latest/mesos-architecture/app-framework-development-guide/
 
 link
 is broken in Mesos Architecture
 http://mesos.apache.org/documentation/latest/mesos-architecture/ page.

 I didn't find a button to open an issue on JIRA, so was under impressing
 that some one need to add me to the group to open an issue. Please add me
 if that is the case here is my JIRA id : AjayKrishna

 Following is the diff for URL correction

 - (see the [App/Framework development guide](
 app-framework-development-guide.md)

 + (see the [App/Framework development guide](/documentation/latest/
 app-framework-development-guide.md)

 Thanks,
 Ajay



Re: Broken URL in documentation

2015-07-29 Thread Ajay Krishna
Hi Adam,

That solution looks clean and generic. Thanks for pointing to those issues.



On Thu, Jul 30, 2015 at 3:06 AM, Adam Bordelon a...@mesosphere.io wrote:

 Hi Ajay,

 This broken link is already tracked in
 https://issues.apache.org/jira/browse/MESOS-1521 and
 https://issues.apache.org/jira/browse/MESOS-2004
 This one may be tricky due to how our Rakefile translates the .md docs into
 static html.

 On Wed, Jul 29, 2015 at 2:20 PM, Ajay Krishna ajaykrish...@gmail.com
 wrote:

  Hi,
 
  I have joined the community yesterday and i'm going through the
  documentation of mesos to ramp up. I found App/Framework development
 guide
  
 
 http://mesos.apache.org/documentation/latest/mesos-architecture/app-framework-development-guide/
  
  link
  is broken in Mesos Architecture
  http://mesos.apache.org/documentation/latest/mesos-architecture/ page.
 
  I didn't find a button to open an issue on JIRA, so was under impressing
  that some one need to add me to the group to open an issue. Please add me
  if that is the case here is my JIRA id : AjayKrishna
 
  Following is the diff for URL correction
 
  - (see the [App/Framework development guide](
  app-framework-development-guide.md)
 
  + (see the [App/Framework development guide](/documentation/latest/
  app-framework-development-guide.md)
 
  Thanks,
  Ajay
 



Broken URL in documentation

2015-07-29 Thread Ajay Krishna
Hi,

I have joined the community yesterday and i'm going through the
documentation of mesos to ramp up. I found App/Framework development guide
http://mesos.apache.org/documentation/latest/mesos-architecture/app-framework-development-guide/
link
is broken in Mesos Architecture
http://mesos.apache.org/documentation/latest/mesos-architecture/ page.

I didn't find a button to open an issue on JIRA, so was under impressing
that some one need to add me to the group to open an issue. Please add me
if that is the case here is my JIRA id : AjayKrishna

Following is the diff for URL correction

- (see the [App/Framework development guide](
app-framework-development-guide.md)

+ (see the [App/Framework development guide](/documentation/latest/
app-framework-development-guide.md)

Thanks,
Ajay


Re: Broken URL in documentation

2015-07-29 Thread haosdent
Hi, @Adam Where could I get the Rakefile?

On Thu, Jul 30, 2015 at 6:12 AM, Ajay Krishna ajaykrish...@gmail.com
wrote:

 Hi Adam,

 That solution looks clean and generic. Thanks for pointing to those issues.



 On Thu, Jul 30, 2015 at 3:06 AM, Adam Bordelon a...@mesosphere.io wrote:

  Hi Ajay,
 
  This broken link is already tracked in
  https://issues.apache.org/jira/browse/MESOS-1521 and
  https://issues.apache.org/jira/browse/MESOS-2004
  This one may be tricky due to how our Rakefile translates the .md docs
 into
  static html.
 
  On Wed, Jul 29, 2015 at 2:20 PM, Ajay Krishna ajaykrish...@gmail.com
  wrote:
 
   Hi,
  
   I have joined the community yesterday and i'm going through the
   documentation of mesos to ramp up. I found App/Framework development
  guide
   
  
 
 http://mesos.apache.org/documentation/latest/mesos-architecture/app-framework-development-guide/
   
   link
   is broken in Mesos Architecture
   http://mesos.apache.org/documentation/latest/mesos-architecture/
 page.
  
   I didn't find a button to open an issue on JIRA, so was under
 impressing
   that some one need to add me to the group to open an issue. Please add
 me
   if that is the case here is my JIRA id : AjayKrishna
  
   Following is the diff for URL correction
  
   - (see the [App/Framework development guide](
   app-framework-development-guide.md)
  
   + (see the [App/Framework development guide](/documentation/latest/
   app-framework-development-guide.md)
  
   Thanks,
   Ajay
  
 




-- 
Best Regards,
Haosdent Huang